Maven Coordinates
Apache Maven
<dependency>
<groupId>io.github.tobi-laa</groupId>
<artifactId>reflective-fluent-builders-test</artifactId>
<version>2.1.1</version>
</dependency>
Apache Ivy
<dependency org="io.github.tobi-laa" name="reflective-fluent-builders-test" rev="2.1.1">
<artifact name="reflective-fluent-builders-test" type="jar" />
</dependency>
Groovy Grape
@Grapes(
@Grab(group='io.github.tobi-laa', module='reflective-fluent-builders-test', version='2.1.1')
)
Gradle/Grails
implementation 'io.github.tobi-laa:reflective-fluent-builders-test:2.1.1'
Scala SBT
libraryDependencies += "io.github.tobi-laa" % "reflective-fluent-builders-test" % "2.1.1"
Leiningen
[io.github.tobi-laa/reflective-fluent-builders-test "2.1.1"]