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