文件下载
文件名 操作
tinder-patterns-1.11.jar 下载
tinder-patterns-1.11.pom 下载
tinder-patterns-1.11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.raffaeleragni</groupId>
  <artifactId>tinder-patterns</artifactId>
  <version>1.11</version>
</dependency>
Gradle Groovy
implementation 'com.github.raffaeleragni:tinder-patterns:1.11'
Gradle Kotlin
implementation("com.github.raffaeleragni:tinder-patterns:1.11")
Scala SBT
libraryDependencies += "com.github.raffaeleragni" % "tinder-patterns" % "1.11"
Groovy Grape
@Grapes(
  @Grab(group='com.github.raffaeleragni', module='tinder-patterns', version='1.11')
)
Apache Ivy
<dependency org="com.github.raffaeleragni" name="tinder-patterns" rev="1.11" />
Leiningen
[com.github.raffaeleragni/tinder-patterns "1.11"]
Apache Buildr
'com.github.raffaeleragni:tinder-patterns:jar:1.11'