Skip to content

v0.1.0 First Release

Compare
Choose a tag to compare
@juliomarcopineda juliomarcopineda released this 02 May 13:52
· 12 commits to master since this release
b245b82

This is the first release of the jdbc-stream Java library. Please refer to the README.md on an example how to use the library

Add to build

jdbc-stream v0.1.0 can be found at the MavenCentral repository

Maven

<dependency>
  <groupId>com.github.juliomarcopineda</groupId>
  <artifactId>jdbc-stream</artifactId>
  <version>0.1.0</version>
</dependency>

Gradle

Groovy DSL

implementation 'com.github.juliomarcopineda:jdbc-stream:0.1.0'

Kotlin DSL

compile("com.github.juliomarcopineda:jdbc-stream:0.1.0")