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