Download accurest-core-1.1.0-M2.jar file - Jar a

Jar examples for a:accurest-core

Description

RESTful Contract Verifier

You can download jar file accurest-core 1.1.0-M2 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add accurest-core-1.1.0-M2.jar to your project.

<dependency>
   <groupId>io.codearte.accurest</groupId>
   <artifactId>accurest-core</artifactId>
   <version>1.1.0-M2</version>
</dependency>
compile group: 'io.codearte.accurest', name: 'accurest-core', version: '1.1.0-M2'
libraryDependencies += "io.codearte.accurest" % "accurest-core" % "1.1.0-M2"
<dependency org="io.codearte.accurest" name="accurest-core" rev="1.1.0-M2"/>
@Grapes(@Grab(group='io.codearte.accurest', module='accurest-core', version='1.1.0-M2'))
'io.codearte.accurest:accurest-core:jar:1.1.0-M2'

Download

Click the following link to download the jar file.

accurest-core-1.1.0-M2-javadoc.jar
accurest-core-1.1.0-M2-sources.jar
accurest-core-1.1.0-M2.jar
accurest-core-1.1.0-M2.pom



Related Tutorials