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