| GroupId | GroupIdcom.clusterra | 
|---|---|
| ArtifactId | ArtifactIdiam-core | 
| Version | Version1.0.3.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| iam-core-1.0.3.RELEASE.pom | |
| iam-core-1.0.3.RELEASE.jar | 121 KB | 
| iam-core-1.0.3.RELEASE-sources.jar | 125 KB | 
| iam-core-1.0.3.RELEASE-javadoc.jar | 465 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.clusterra/iam-core/ -->
<dependency>
    <groupId>com.clusterra</groupId>
    <artifactId>iam-core</artifactId>
    <version>1.0.3.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.clusterra/iam-core/
implementation 'com.clusterra:iam-core:1.0.3.RELEASE'// https://jarcasting.com/artifacts/com.clusterra/iam-core/
implementation ("com.clusterra:iam-core:1.0.3.RELEASE")'com.clusterra:iam-core:jar:1.0.3.RELEASE'<dependency org="com.clusterra" name="iam-core" rev="1.0.3.RELEASE">
  <artifact name="iam-core" type="jar" />
</dependency>@Grapes(
@Grab(group='com.clusterra', module='iam-core', version='1.0.3.RELEASE')
)libraryDependencies += "com.clusterra" % "iam-core" % "1.0.3.RELEASE"[com.clusterra/iam-core "1.0.3.RELEASE"]