| License |
License
jQuery license
|
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
| GroupId | GroupIdorg.glassfish.jersey.examples.osgi-http-service |
| ArtifactId | ArtifactIdfunctional-test |
| Last Version | Last Version3.0.0-M1 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionjersey-examples-osgi-http-service-test
OSGi HttpService example
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| functional-test-3.0.0-M1.pom | 8 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>3.0.0-M1</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:3.0.0-M1'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples.osgi-http-service/functional-test/
implementation ("org.glassfish.jersey.examples.osgi-http-service:functional-test:3.0.0-M1")
'org.glassfish.jersey.examples.osgi-http-service:functional-test:pom:3.0.0-M1'
<dependency org="org.glassfish.jersey.examples.osgi-http-service" name="functional-test" rev="3.0.0-M1">
<artifact name="functional-test" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples.osgi-http-service', module='functional-test', version='3.0.0-M1')
)
libraryDependencies += "org.glassfish.jersey.examples.osgi-http-service" % "functional-test" % "3.0.0-M1"
[org.glassfish.jersey.examples.osgi-http-service/functional-test "3.0.0-M1"]