s

sqlitestatement

Deserialize data from JDBC ResultSet as java bean.
https://github.com/Yeamy/SQLiteStatement
GNU General Public License v3.0
Yeaming
Files download
File Operation
sqlitestatement-1.0.jar download
sqlitestatement-1.0.pom download
sqlitestatement-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.yeamy</groupId>
  <artifactId>sqlitestatement</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'io.github.yeamy:sqlitestatement:1.0'
Gradle Kotlin
implementation("io.github.yeamy:sqlitestatement:1.0")
Scala SBT
libraryDependencies += "io.github.yeamy" % "sqlitestatement" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.yeamy', module='sqlitestatement', version='1.0')
)
Apache Ivy
<dependency org="io.github.yeamy" name="sqlitestatement" rev="1.0" />
Leiningen
[io.github.yeamy/sqlitestatement "1.0"]
Apache Buildr
'io.github.yeamy:sqlitestatement:jar:1.0'
Dependencies
The project has no third-party dependencies