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