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