is not current version
Last Version 2.0-v20210916

dev.rafex.ether.jdbc:ether-jdbc 1.1

utilities to create microservices without frameworks

GroupId

GroupId

dev.rafex.ether.jdbc
ArtifactId

ArtifactId

ether-jdbc
Version

Version

1.1
Type

Type

jar

Download ether-jdbc 1.1


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