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