GroupId | GroupIdcom.github.gkutiel |
---|---|
ArtifactId | ArtifactIdflip-db |
Version | Version1.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
flip-db-1.0-RELEASE.pom | |
flip-db-1.0-RELEASE.jar | 9 KB |
flip-db-1.0-RELEASE-sources.jar | 3 KB |
flip-db-1.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>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-db/
implementation 'com.github.gkutiel:flip-db:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-db/
implementation ("com.github.gkutiel:flip-db:1.0-RELEASE")
'com.github.gkutiel:flip-db:jar:1.0-RELEASE'
<dependency org="com.github.gkutiel" name="flip-db" rev="1.0-RELEASE">
<artifact name="flip-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='flip-db', version='1.0-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "flip-db" % "1.0-RELEASE"
[com.github.gkutiel/flip-db "1.0-RELEASE"]