License |
License
jQuery license
|
---|---|
Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
GroupId | GroupIdorg.glassfish.jersey.examples |
ArtifactId | ArtifactIdosgi-helloworld-webapp |
Last Version | Last Version3.1.0-M3 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionjersey-examples-osgi-helloworld-webapp
Jersey examples
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
osgi-helloworld-webapp-3.1.0-M3.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.jersey.examples/osgi-helloworld-webapp/ -->
<dependency>
<groupId>org.glassfish.jersey.examples</groupId>
<artifactId>osgi-helloworld-webapp</artifactId>
<version>3.1.0-M3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/osgi-helloworld-webapp/
implementation 'org.glassfish.jersey.examples:osgi-helloworld-webapp:3.1.0-M3'
// https://jarcasting.com/artifacts/org.glassfish.jersey.examples/osgi-helloworld-webapp/
implementation ("org.glassfish.jersey.examples:osgi-helloworld-webapp:3.1.0-M3")
'org.glassfish.jersey.examples:osgi-helloworld-webapp:pom:3.1.0-M3'
<dependency org="org.glassfish.jersey.examples" name="osgi-helloworld-webapp" rev="3.1.0-M3">
<artifact name="osgi-helloworld-webapp" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.jersey.examples', module='osgi-helloworld-webapp', version='3.1.0-M3')
)
libraryDependencies += "org.glassfish.jersey.examples" % "osgi-helloworld-webapp" % "3.1.0-M3"
[org.glassfish.jersey.examples/osgi-helloworld-webapp "3.1.0-M3"]