Categories |
CategoriesGroovy Languages GlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdgroovy |
Version | Version2.31 |
Type | Typejar |
Filename | Size |
---|---|
groovy-2.31.pom | |
groovy-2.31.jar | 17 KB |
groovy-2.31-sources.jar | 17 KB |
groovy-2.31-javadoc.jar | 24 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/groovy/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>groovy</artifactId>
<version>2.31</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/groovy/
implementation 'org.glassfish.jersey.examples:groovy:2.31'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/groovy/
implementation ("org.glassfish.jersey.examples:groovy:2.31")
'org.glassfish.jersey.examples:groovy:jar:2.31'
<dependency org="org.glassfish.jersey.examples" name="groovy" rev="2.31">
<artifact name="groovy" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='groovy', version='2.31')
)
libraryDependencies += "org.glassfish.jersey.examples" % "groovy" % "2.31"
[org.glassfish.jersey.examples/groovy "2.31"]