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