Files download
File Operation
id-class-0.0.3.jar download
id-class-0.0.3.pom download
id-class-0.0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.honoluluhenk.id-class</groupId>
  <artifactId>id-class</artifactId>
  <version>0.0.3</version>
</dependency>
Gradle Groovy
implementation 'com.github.honoluluhenk.id-class:id-class:0.0.3'
Gradle Kotlin
implementation("com.github.honoluluhenk.id-class:id-class:0.0.3")
Scala SBT
libraryDependencies += "com.github.honoluluhenk.id-class" % "id-class" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.github.honoluluhenk.id-class', module='id-class', version='0.0.3')
)
Apache Ivy
<dependency org="com.github.honoluluhenk.id-class" name="id-class" rev="0.0.3" />
Leiningen
[com.github.honoluluhenk.id-class/id-class "0.0.3"]
Apache Buildr
'com.github.honoluluhenk.id-class:id-class:jar:0.0.3'