MVN

dev.rafex.ether.jdbc : ether-jdbc

Maven & Gradle

Sep 17, 2021
1 stars

utilities to create microservices without frameworks

<dependency>
    <groupId>dev.rafex.ether.jdbc</groupId>
    <artifactId>ether-jdbc</artifactId>
    <version>2.0-v20210916</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dev.rafex.ether.jdbc : ether-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0-v20210916

All Versions

Choose a version of dev.rafex.ether.jdbc : ether-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
ether-jdbc-2.0-v20210916
ether-jdbc-2.0-v20210511
ether-jdbc-2.0-v20210220
ether-jdbc-2.0-v20201127
ether-jdbc-2.0-v20201126
2.0.x
ether-jdbc-2.0.0-v20201125
ether-jdbc-2.0.0-v20201122
ether-jdbc-2.0.0-v20201010
ether-jdbc-2.0.0-v20201009
ether-jdbc-2.0.0-v20201007
1.1
ether-jdbc-1.1
1.0.x
ether-jdbc-1.0.1-v20201006

How to add a dependency to Maven

Add the following dev.rafex.ether.jdbc : ether-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dev.rafex.ether.jdbc</groupId>
    <artifactId>ether-jdbc</artifactId>
    <version>2.0-v20210916</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dev.rafex.ether.jdbc : ether-jdbc gradle dependency to your build.gradle file:

implementation 'dev.rafex.ether.jdbc:ether-jdbc:2.0-v20210916'

Gradle Kotlin DSL: Add the following dev.rafex.ether.jdbc : ether-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("dev.rafex.ether.jdbc:ether-jdbc:2.0-v20210916")

How to add a dependency to SBT Scala

SBT Scala: Add the following dev.rafex.ether.jdbc : ether-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "dev.rafex.ether.jdbc" % "ether-jdbc" % "2.0-v20210916"