Skip to content
This repository has been archived by the owner on Dec 1, 2022. It is now read-only.

Releases: sultanofcardio/hoverdb2

v1.0.1

02 Jul 20:47
Compare
Choose a tag to compare

Fixed an SQL formatting bug in the vendor code where there was a missing space after the FROM in SELECT queries

<dependency>
    <groupId>com.sultanofcardio</groupId>
        <artifactId>hoverdb2</artifactId>
    <version>1.0.1</version>
</dependency>
implementation 'com.sultanofcardio:hoverdb2:1.0.1'

v1.0.0

24 Jun 20:18
Compare
Choose a tag to compare

Initial release

repositories {
    maven { url "https://repo.sultanofcardio.com/artifactory/sultanofcardio" }
}

dependencies {
    implementation 'com.sultanofcardio:hoverdb2:1.0.0'
}