is not current version
Last Version 1.0.5.RELEASE

com.clusterra:pmbok-rest-api 1.0.4.RELEASE

A application used as an example on how to set up pushing its components to the Central Repository.

GroupId

GroupId

com.clusterra
ArtifactId

ArtifactId

pmbok-rest-api
Version

Version

1.0.4.RELEASE
Type

Type

jar

Download pmbok-rest-api 1.0.4.RELEASE


<!-- https://jarcasting.com/artifacts/com.clusterra/pmbok-rest-api/ -->
<dependency>
    <groupId>com.clusterra</groupId>
    <artifactId>pmbok-rest-api</artifactId>
    <version>1.0.4.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.clusterra/pmbok-rest-api/
implementation 'com.clusterra:pmbok-rest-api:1.0.4.RELEASE'
// https://jarcasting.com/artifacts/com.clusterra/pmbok-rest-api/
implementation ("com.clusterra:pmbok-rest-api:1.0.4.RELEASE")
'com.clusterra:pmbok-rest-api:jar:1.0.4.RELEASE'
<dependency org="com.clusterra" name="pmbok-rest-api" rev="1.0.4.RELEASE">
  <artifact name="pmbok-rest-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.clusterra', module='pmbok-rest-api', version='1.0.4.RELEASE')
)
libraryDependencies += "com.clusterra" % "pmbok-rest-api" % "1.0.4.RELEASE"
[com.clusterra/pmbok-rest-api "1.0.4.RELEASE"]