is not current version
Last Version 0.6

com.seovic.coherence:identity 0.5

Sequential identifier generator (autoincrement) for Coherence

Categories

Categories

IDE Development Tools
GroupId

GroupId

com.seovic.coherence
ArtifactId

ArtifactId

identity
Version

Version

0.5
Type

Type

jar

Download identity 0.5


<!-- 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"]