Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.sun.jersey.test |
ArtifactId | ArtifactIdosgi |
Version | Version1.4-ea05 |
Type | Typepom |
Filename | Size |
---|---|
osgi-1.4-ea05.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sun.jersey.test/osgi/ -->
<dependency>
<groupId>com.sun.jersey.test</groupId>
<artifactId>osgi</artifactId>
<version>1.4-ea05</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.sun.jersey.test/osgi/
implementation 'com.sun.jersey.test:osgi:1.4-ea05'
// https://jarcasting.com/artifacts/com.sun.jersey.test/osgi/
implementation ("com.sun.jersey.test:osgi:1.4-ea05")
'com.sun.jersey.test:osgi:pom:1.4-ea05'
<dependency org="com.sun.jersey.test" name="osgi" rev="1.4-ea05">
<artifact name="osgi" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.sun.jersey.test', module='osgi', version='1.4-ea05')
)
libraryDependencies += "com.sun.jersey.test" % "osgi" % "1.4-ea05"
[com.sun.jersey.test/osgi "1.4-ea05"]