is not current version
Last Version 1.4

org.beiter.michael.util:db 1.2

The DB library provides common methods for retrieving database connections from either a confiurable connection pool, or from a JNDI resource

GroupId

GroupId

org.beiter.michael.util
ArtifactId

ArtifactId

db
Version

Version

1.2
Type

Type

jar

Download db 1.2


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