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