o

osgi-http-service

文件下载
文件名 操作
osgi-http-service-1.5-ea07.pom 下载
Apache Maven
<dependency>
  <groupId>com.sun.jersey.samples</groupId>
  <artifactId>osgi-http-service</artifactId>
  <version>1.5-ea07</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.sun.jersey.samples:osgi-http-service:1.5-ea07'
Gradle Kotlin
implementation("com.sun.jersey.samples:osgi-http-service:1.5-ea07")
Scala SBT
libraryDependencies += "com.sun.jersey.samples" % "osgi-http-service" % "1.5-ea07"
Groovy Grape
@Grapes(
  @Grab(group='com.sun.jersey.samples', module='osgi-http-service', version='1.5-ea07')
)
Apache Ivy
<dependency org="com.sun.jersey.samples" name="osgi-http-service" rev="1.5-ea07" />
Leiningen
[com.sun.jersey.samples/osgi-http-service "1.5-ea07"]
Apache Buildr
'com.sun.jersey.samples:osgi-http-service:jar:1.5-ea07'