License |
License |
---|---|
GroupId | GroupIdcom.clusterra |
ArtifactId | ArtifactIdiam-demo-application |
Last Version | Last Version1.0.3.RELEASE |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRedwhale IAM
A application used as an example on how to set up pushing its components to the Central Repository.
|
<!-- https://jarcasting.com/artifacts/com.clusterra/iam-demo-application/ -->
<dependency>
<groupId>com.clusterra</groupId>
<artifactId>iam-demo-application</artifactId>
<version>1.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.clusterra/iam-demo-application/
implementation 'com.clusterra:iam-demo-application:1.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.clusterra/iam-demo-application/
implementation ("com.clusterra:iam-demo-application:1.0.3.RELEASE")
'com.clusterra:iam-demo-application:jar:1.0.3.RELEASE'
<dependency org="com.clusterra" name="iam-demo-application" rev="1.0.3.RELEASE">
<artifact name="iam-demo-application" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.clusterra', module='iam-demo-application', version='1.0.3.RELEASE')
)
libraryDependencies += "com.clusterra" % "iam-demo-application" % "1.0.3.RELEASE"
[com.clusterra/iam-demo-application "1.0.3.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
com.clusterra : iam-email | jar | 1.0.3.RELEASE |
org.springframework.boot : spring-boot-starter | jar | 1.2.3.RELEASE |
com.clusterra : iam-rest | jar | 1.0.3.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.8 |
org.springframework.boot : spring-boot-starter-test | jar | 1.2.3.RELEASE |