o

osgi-modules

Jersey GlassFish V3 OSGI modules
Files download
File Operation
osgi-modules-1.1.3-ea.pom download
Apache Maven
<dependency>
  <groupId>com.sun.jersey.glassfish.v3.osgi</groupId>
  <artifactId>osgi-modules</artifactId>
  <version>1.1.3-ea</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.sun.jersey.glassfish.v3.osgi:osgi-modules:1.1.3-ea'
Gradle Kotlin
implementation("com.sun.jersey.glassfish.v3.osgi:osgi-modules:1.1.3-ea")
Scala SBT
libraryDependencies += "com.sun.jersey.glassfish.v3.osgi" % "osgi-modules" % "1.1.3-ea"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.jersey.glassfish.v3.osgi', module='osgi-modules', version='1.1.3-ea')
)
Apache Ivy
<dependency org="com.sun.jersey.glassfish.v3.osgi" name="osgi-modules" rev="1.1.3-ea" />
Leiningen
[com.sun.jersey.glassfish.v3.osgi/osgi-modules "1.1.3-ea"]
Apache Buildr
'com.sun.jersey.glassfish.v3.osgi:osgi-modules:jar:1.1.3-ea'