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