| License |
License |
|---|---|
| Categories |
CategoriesGlassFish Container Application Servers Jersey Program Interface REST Frameworks |
| GroupId | GroupIdcom.sun.jersey.glassfish.v32.osgi |
| ArtifactId | ArtifactIdosgi-modules |
| Last Version | Last Version1.19.4 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJersey GlassFish V3.2 OSGI modules
Jersey GlassFish V3.2 OSGI modules
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| osgi-modules-1.19.4.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.glassfish.v32.osgi/osgi-modules/ -->
<dependency>
<groupId>com.sun.jersey.glassfish.v32.osgi</groupId>
<artifactId>osgi-modules</artifactId>
<version>1.19.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.glassfish.v32.osgi/osgi-modules/
implementation 'com.sun.jersey.glassfish.v32.osgi:osgi-modules:1.19.4'
// https://jarcasting.com/artifacts/com.sun.jersey.glassfish.v32.osgi/osgi-modules/
implementation ("com.sun.jersey.glassfish.v32.osgi:osgi-modules:1.19.4")
'com.sun.jersey.glassfish.v32.osgi:osgi-modules:pom:1.19.4'
<dependency org="com.sun.jersey.glassfish.v32.osgi" name="osgi-modules" rev="1.19.4">
<artifact name="osgi-modules" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.glassfish.v32.osgi', module='osgi-modules', version='1.19.4')
)
libraryDependencies += "com.sun.jersey.glassfish.v32.osgi" % "osgi-modules" % "1.19.4"
[com.sun.jersey.glassfish.v32.osgi/osgi-modules "1.19.4"]