This repository has been archived by the owner on Dec 1, 2022. It is now read-only.
Releases: sultanofcardio/hoverdb2
Releases · sultanofcardio/hoverdb2
v1.0.1
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
Initial release
repositories {
maven { url "https://repo.sultanofcardio.com/artifactory/sultanofcardio" }
}
dependencies {
implementation 'com.sultanofcardio:hoverdb2:1.0.0'
}