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