is not current version
Last Version 1.1.0

net.sf.gee:g-db 1.0.7

G-DB is library to manage connection to database and operation that derives from it.

Categories

Categories

Net
GroupId

GroupId

net.sf.gee
ArtifactId

ArtifactId

g-db
Version

Version

1.0.7
Type

Type

jar

Download g-db 1.0.7


<!-- https://jarcasting.com/artifacts/net.sf.gee/g-db/ -->
<dependency>
    <groupId>net.sf.gee</groupId>
    <artifactId>g-db</artifactId>
    <version>1.0.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.gee/g-db/
implementation 'net.sf.gee:g-db:1.0.7'
// https://jarcasting.com/artifacts/net.sf.gee/g-db/
implementation ("net.sf.gee:g-db:1.0.7")
'net.sf.gee:g-db:jar:1.0.7'
<dependency org="net.sf.gee" name="g-db" rev="1.0.7">
  <artifact name="g-db" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.gee', module='g-db', version='1.0.7')
)
libraryDependencies += "net.sf.gee" % "g-db" % "1.0.7"
[net.sf.gee/g-db "1.0.7"]