| License |
License |
|---|---|
| GroupId | GroupIdorg.axway.grapes |
| ArtifactId | ArtifactIdgrapes-utils |
| Last Version | Last Version1.4.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGrapes client utils
Utility library that can be embedded or run in commandline to handle HTTP requests to Grapes.
|
| Filename | Size |
|---|---|
| grapes-utils-1.4.3.pom | |
| grapes-utils-1.4.3.jar | 1 MB |
| grapes-utils-1.4.3-sources.jar | 6 KB |
| grapes-utils-1.4.3-javadoc.jar | 53 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.axway.grapes/grapes-utils/ -->
<dependency>
<groupId>org.axway.grapes</groupId>
<artifactId>grapes-utils</artifactId>
<version>1.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.axway.grapes/grapes-utils/
implementation 'org.axway.grapes:grapes-utils:1.4.3'
// https://jarcasting.com/artifacts/org.axway.grapes/grapes-utils/
implementation ("org.axway.grapes:grapes-utils:1.4.3")
'org.axway.grapes:grapes-utils:jar:1.4.3'
<dependency org="org.axway.grapes" name="grapes-utils" rev="1.4.3">
<artifact name="grapes-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.axway.grapes', module='grapes-utils', version='1.4.3')
)
libraryDependencies += "org.axway.grapes" % "grapes-utils" % "1.4.3"
[org.axway.grapes/grapes-utils "1.4.3"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.tomakehurst : wiremock | jar | 1.33 |
| org.mockito : mockito-all | jar | 1.9.5 |
| junit : junit | jar | 4.11 |