License |
License |
---|---|
Categories |
CategoriesGroovy Languages Jersey Program Interface REST Frameworks |
GroupId | GroupIdcom.sun.jersey.samples |
ArtifactId | ArtifactIdgroovy |
Last Version | Last Version1.19.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionGroovy
Groovy Jersey
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
groovy-1.19.4.pom | |
groovy-1.19.4.jar | 5 KB |
groovy-1.19.4-sources.jar | 1 KB |
groovy-1.19.4-project.zip | 10 KB |
groovy-1.19.4-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.samples/groovy/ -->
<dependency>
<groupId>com.sun.jersey.samples</groupId>
<artifactId>groovy</artifactId>
<version>1.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.samples/groovy/
implementation 'com.sun.jersey.samples:groovy:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.samples/groovy/
implementation ("com.sun.jersey.samples:groovy:1.19.4")
'com.sun.jersey.samples:groovy:jar:1.19.4'
<dependency org="com.sun.jersey.samples" name="groovy" rev="1.19.4">
<artifact name="groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.samples', module='groovy', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.samples" % "groovy" % "1.19.4"
[com.sun.jersey.samples/groovy "1.19.4"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 1.6.9 |
org.codehaus.gmaven.runtime : gmaven-runtime-1.6 | jar | 1.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.2 |