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