GroupId | GroupIdcom.clusterra |
---|---|
ArtifactId | ArtifactIdclusterra-pmbok-rest-api |
Version | Version1.0.11.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.clusterra/clusterra-pmbok-rest-api/ -->
<dependency>
<groupId>com.clusterra</groupId>
<artifactId>clusterra-pmbok-rest-api</artifactId>
<version>1.0.11.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.clusterra/clusterra-pmbok-rest-api/
implementation 'com.clusterra:clusterra-pmbok-rest-api:1.0.11.RELEASE'
// https://jarcasting.com/artifacts/com.clusterra/clusterra-pmbok-rest-api/
implementation ("com.clusterra:clusterra-pmbok-rest-api:1.0.11.RELEASE")
'com.clusterra:clusterra-pmbok-rest-api:jar:1.0.11.RELEASE'
<dependency org="com.clusterra" name="clusterra-pmbok-rest-api" rev="1.0.11.RELEASE">
<artifact name="clusterra-pmbok-rest-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.clusterra', module='clusterra-pmbok-rest-api', version='1.0.11.RELEASE')
)
libraryDependencies += "com.clusterra" % "clusterra-pmbok-rest-api" % "1.0.11.RELEASE"
[com.clusterra/clusterra-pmbok-rest-api "1.0.11.RELEASE"]