Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdorg.glassfish.jersey.examples.osgi-helloworld-webapp |
ArtifactId | ArtifactIdfunctional-test |
Version | Version3.0.5 |
Type | Typepom |
Filename | Size |
---|---|
functional-test-3.0.5.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-helloworld-webapp/functional-test/ -->
<dependency>
<groupId>org.glassfish.jersey.examples.osgi-helloworld-webapp</groupId>
<artifactId>functional-test</artifactId>
<version>3.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-helloworld-webapp/functional-test/
implementation 'org.glassfish.jersey.examples.osgi-helloworld-webapp:functional-test:3.0.5'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-helloworld-webapp/functional-test/
implementation ("org.glassfish.jersey.examples.osgi-helloworld-webapp:functional-test:3.0.5")
'org.glassfish.jersey.examples.osgi-helloworld-webapp:functional-test:pom:3.0.5'
<dependency org="org.glassfish.jersey.examples.osgi-helloworld-webapp" name="functional-test" rev="3.0.5">
<artifact name="functional-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples.osgi-helloworld-webapp', module='functional-test', version='3.0.5')
)
libraryDependencies += "org.glassfish.jersey.examples.osgi-helloworld-webapp" % "functional-test" % "3.0.5"
[org.glassfish.jersey.examples.osgi-helloworld-webapp/functional-test "3.0.5"]