| Categories |
CategoriesIDE Development Tools |
|---|---|
| GroupId | GroupIdcom.seovic.coherence |
| ArtifactId | ArtifactIdidentity |
| Version | Version0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| identity-0.5.pom | |
| identity-0.5.jar | 12 KB |
| identity-0.5-tests.jar | 6 KB |
| identity-0.5-sources.jar | 11 KB |
| identity-0.5-javadoc.jar | 66 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.seovic.coherence/identity/ -->
<dependency>
<groupId>com.seovic.coherence</groupId>
<artifactId>identity</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.seovic.coherence/identity/
implementation 'com.seovic.coherence:identity:0.5'
// https://jarcasting.com/artifacts/com.seovic.coherence/identity/
implementation ("com.seovic.coherence:identity:0.5")
'com.seovic.coherence:identity:jar:0.5'
<dependency org="com.seovic.coherence" name="identity" rev="0.5">
<artifact name="identity" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seovic.coherence', module='identity', version='0.5')
)
libraryDependencies += "com.seovic.coherence" % "identity" % "0.5"
[com.seovic.coherence/identity "0.5"]