GroupId | GroupIdorg.ow2.sirocco.apis |
---|---|
ArtifactId | ArtifactIdsirocco-rest-cimi-apis |
Version | Version0.5.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.ow2.sirocco.apis/sirocco-rest-cimi-apis/ -->
<dependency>
<groupId>org.ow2.sirocco.apis</groupId>
<artifactId>sirocco-rest-cimi-apis</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.ow2.sirocco.apis/sirocco-rest-cimi-apis/
implementation 'org.ow2.sirocco.apis:sirocco-rest-cimi-apis:0.5.1'
// https://jarcasting.com/artifacts/org.ow2.sirocco.apis/sirocco-rest-cimi-apis/
implementation ("org.ow2.sirocco.apis:sirocco-rest-cimi-apis:0.5.1")
'org.ow2.sirocco.apis:sirocco-rest-cimi-apis:jar:0.5.1'
<dependency org="org.ow2.sirocco.apis" name="sirocco-rest-cimi-apis" rev="0.5.1">
<artifact name="sirocco-rest-cimi-apis" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.ow2.sirocco.apis', module='sirocco-rest-cimi-apis', version='0.5.1')
)
libraryDependencies += "org.ow2.sirocco.apis" % "sirocco-rest-cimi-apis" % "0.5.1"
[org.ow2.sirocco.apis/sirocco-rest-cimi-apis "0.5.1"]