GroupId | GroupIdcom.github.gkutiel |
---|---|
ArtifactId | ArtifactIdflip-db |
Version | Version3.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
flip-db-3.0-RELEASE.pom | |
flip-db-3.0-RELEASE.jar | 11 KB |
flip-db-3.0-RELEASE-sources.jar | 4 KB |
flip-db-3.0-RELEASE-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.gkutiel/flip-db/ -->
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>flip-db</artifactId>
<version>3.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-db/
implementation 'com.github.gkutiel:flip-db:3.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-db/
implementation ("com.github.gkutiel:flip-db:3.0-RELEASE")
'com.github.gkutiel:flip-db:jar:3.0-RELEASE'
<dependency org="com.github.gkutiel" name="flip-db" rev="3.0-RELEASE">
<artifact name="flip-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='flip-db', version='3.0-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "flip-db" % "3.0-RELEASE"
[com.github.gkutiel/flip-db "3.0-RELEASE"]