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