Files download
File Operation
poreia-jdbc-0.2.0.jar download
poreia-jdbc-0.2.0.pom download
poreia-jdbc-0.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.smecsia</groupId>
  <artifactId>poreia-jdbc</artifactId>
  <version>0.2.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.smecsia:poreia-jdbc:0.2.0'
Gradle Kotlin
implementation("io.github.smecsia:poreia-jdbc:0.2.0")
Scala SBT
libraryDependencies += "io.github.smecsia" % "poreia-jdbc" % "0.2.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.smecsia', module='poreia-jdbc', version='0.2.0')
)
Apache Ivy
<dependency org="io.github.smecsia" name="poreia-jdbc" rev="0.2.0" />
Leiningen
[io.github.smecsia/poreia-jdbc "0.2.0"]
Apache Buildr
'io.github.smecsia:poreia-jdbc:jar:0.2.0'