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