Download accurest-core-0.6.8.jar file - Jar a

Jar examples for a:accurest-core

Description

RESTful Contract Verifier

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

License

The Apache License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

accurest-core-0.6.8.jar
accurest-core-0.6.8-javadoc.jar
accurest-core-0.6.8.pom
accurest-core-0.6.8-sources.jar



Related Tutorials