i

identity

Sequential identifier generator (autoincrement) for Coherence
文件下载
文件名 操作
identity-0.5.jar 下载
identity-0.5.pom 下载
identity-0.5-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.seovic.coherence</groupId>
  <artifactId>identity</artifactId>
  <version>0.5</version>
</dependency>
Gradle Groovy
implementation 'com.seovic.coherence:identity:0.5'
Gradle Kotlin
implementation("com.seovic.coherence:identity:0.5")
Scala SBT
libraryDependencies += "com.seovic.coherence" % "identity" % "0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.seovic.coherence', module='identity', version='0.5')
)
Apache Ivy
<dependency org="com.seovic.coherence" name="identity" rev="0.5" />
Leiningen
[com.seovic.coherence/identity "0.5"]
Apache Buildr
'com.seovic.coherence:identity:jar:0.5'