Download grapes-utils-1.3.0.jar file - Jar g

Jar examples for g:grapes-utils

Description

Utility library that can be embedded or run in commandline to handle HTTP requests to Grapes.

You can download jar file grapes-utils 1.3.0 in this page.

Build File

You can use the following script to add grapes-utils-1.3.0.jar to your project.

<dependency>
   <groupId>org.axway.grapes</groupId>
   <artifactId>grapes-utils</artifactId>
   <version>1.3.0</version>
</dependency>
compile group: 'org.axway.grapes', name: 'grapes-utils', version: '1.3.0'
libraryDependencies += "org.axway.grapes" % "grapes-utils" % "1.3.0"
<dependency org="org.axway.grapes" name="grapes-utils" rev="1.3.0"/>
@Grapes(@Grab(group='org.axway.grapes', module='grapes-utils', version='1.3.0'))
'org.axway.grapes:grapes-utils:jar:1.3.0'

Download

Click the following link to download the jar file.

grapes-utils-1.3.0-javadoc.jar
grapes-utils-1.3.0-sources.jar
grapes-utils-1.3.0.jar
grapes-utils-1.3.0.pom



Related Tutorials