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