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