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