| License |
License |
|---|---|
| GroupId | GroupIdcom.github.gkutiel |
| ArtifactId | ArtifactIdflip-db |
| Last Version | Last Version10-RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionFlip DB
A simple way to make persistence
|
| Filename | Size |
|---|---|
| flip-db-10-RELEASE.pom | |
| flip-db-10-RELEASE.jar | 9 KB |
| flip-db-10-RELEASE-sources.jar | 3 KB |
| flip-db-10-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>10-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-db/
implementation 'com.github.gkutiel:flip-db:10-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/flip-db/
implementation ("com.github.gkutiel:flip-db:10-RELEASE")
'com.github.gkutiel:flip-db:jar:10-RELEASE'
<dependency org="com.github.gkutiel" name="flip-db" rev="10-RELEASE">
<artifact name="flip-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='flip-db', version='10-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "flip-db" % "10-RELEASE"
[com.github.gkutiel/flip-db "10-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.gkutiel : flip-utils | jar | 10-RELEASE |