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