i

id-class-parent

Wraps common entity id types and associates it with its defining entity class.
https://github.com/HonoluluHenk/id-class
LGPL-3.0
Christoph Linder
Files download
File Operation
id-class-parent-1.0.1.pom download
Apache Maven
<dependency>
  <groupId>com.github.honoluluhenk.id-class</groupId>
  <artifactId>id-class-parent</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.honoluluhenk.id-class:id-class-parent:1.0.1'
Gradle Kotlin
implementation("com.github.honoluluhenk.id-class:id-class-parent:1.0.1")
Scala SBT
libraryDependencies += "com.github.honoluluhenk.id-class" % "id-class-parent" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.honoluluhenk.id-class', module='id-class-parent', version='1.0.1')
)
Apache Ivy
<dependency org="com.github.honoluluhenk.id-class" name="id-class-parent" rev="1.0.1" />
Leiningen
[com.github.honoluluhenk.id-class/id-class-parent "1.0.1"]
Apache Buildr
'com.github.honoluluhenk.id-class:id-class-parent:jar:1.0.1'