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