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