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