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