Files download
File Operation
framework-0.0.2.RELEASE.pom download
Apache Maven
<dependency>
  <groupId>com.github.life-labs.leisure</groupId>
  <artifactId>framework</artifactId>
  <version>0.0.2.RELEASE</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.life-labs.leisure:framework:0.0.2.RELEASE'
Gradle Kotlin
implementation("com.github.life-labs.leisure:framework:0.0.2.RELEASE")
Scala SBT
libraryDependencies += "com.github.life-labs.leisure" % "framework" % "0.0.2.RELEASE"
Groovy Grape
@Grapes(
  @Grab(group='com.github.life-labs.leisure', module='framework', version='0.0.2.RELEASE')
)
Apache Ivy
<dependency org="com.github.life-labs.leisure" name="framework" rev="0.0.2.RELEASE" />
Leiningen
[com.github.life-labs.leisure/framework "0.0.2.RELEASE"]
Apache Buildr
'com.github.life-labs.leisure:framework:jar:0.0.2.RELEASE'
Dependencies