Categories |
CategoriesJersey Program Interface REST Frameworks |
---|---|
GroupId | GroupIdcom.github.openstack4j.core |
ArtifactId | ArtifactIdit-jersey2 |
Version | Version3.5 |
Type | Typejar |
Filename | Size |
---|---|
it-jersey2-3.5.pom | |
it-jersey2-3.5.jar | 1 KB |
it-jersey2-3.5-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.openstack4j.core/it-jersey2/ -->
<dependency>
<groupId>com.github.openstack4j.core</groupId>
<artifactId>it-jersey2</artifactId>
<version>3.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.openstack4j.core/it-jersey2/
implementation 'com.github.openstack4j.core:it-jersey2:3.5'
// https://jarcasting.com/artifacts/com.github.openstack4j.core/it-jersey2/
implementation ("com.github.openstack4j.core:it-jersey2:3.5")
'com.github.openstack4j.core:it-jersey2:jar:3.5'
<dependency org="com.github.openstack4j.core" name="it-jersey2" rev="3.5">
<artifact name="it-jersey2" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.openstack4j.core', module='it-jersey2', version='3.5')
)
libraryDependencies += "com.github.openstack4j.core" % "it-jersey2" % "3.5"
[com.github.openstack4j.core/it-jersey2 "3.5"]