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