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