is not current version
Last Version 1.4

org.beiter.michael.util:db 1.3

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.3
Type

Type

jar

Download db 1.3


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