is not current version
Last Version 0.2.2

io.crashbox:simplesql_3 0.1.1

Simple SQL queries around JDBC

Categories

Categories

CRaSH General Purpose Libraries Utility
GroupId

GroupId

io.crashbox
ArtifactId

ArtifactId

simplesql_3
Version

Version

0.1.1
Type

Type

jar

Download simplesql_3 0.1.1


<!-- https://jarcasting.com/artifacts/io.crashbox/simplesql_3/ -->
<dependency>
    <groupId>io.crashbox</groupId>
    <artifactId>simplesql_3</artifactId>
    <version>0.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.crashbox/simplesql_3/
implementation 'io.crashbox:simplesql_3:0.1.1'
// https://jarcasting.com/artifacts/io.crashbox/simplesql_3/
implementation ("io.crashbox:simplesql_3:0.1.1")
'io.crashbox:simplesql_3:jar:0.1.1'
<dependency org="io.crashbox" name="simplesql_3" rev="0.1.1">
  <artifact name="simplesql_3" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.crashbox', module='simplesql_3', version='0.1.1')
)
libraryDependencies += "io.crashbox" % "simplesql_3" % "0.1.1"
[io.crashbox/simplesql_3 "0.1.1"]