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