is not current version
Last Version 1.4

org.beiter.michael.util:db 1.1

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

Type

jar

Download db 1.1


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