| License |
License |
|---|---|
| Categories |
CategoriesCRaSH General Purpose Libraries Utility |
| GroupId | GroupIdio.crashbox |
| ArtifactId | ArtifactIdsimplesql_0.27 |
| Version | Version0.1.0 |
| Type | Typejar |
| Description |
Descriptionsimplesql_0.27
Simple SQL queries around JDBC
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| simplesql_0.27-0.1.0.pom | |
| simplesql_0.27-0.1.0.jar | 62 KB |
| simplesql_0.27-0.1.0-sources.jar | 2 KB |
| simplesql_0.27-0.1.0-javadoc.jar | 164 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.crashbox/simplesql_0.27/ -->
<dependency>
<groupId>io.crashbox</groupId>
<artifactId>simplesql_0.27</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.crashbox/simplesql_0.27/
implementation 'io.crashbox:simplesql_0.27:0.1.0'
// https://jarcasting.com/artifacts/io.crashbox/simplesql_0.27/
implementation ("io.crashbox:simplesql_0.27:0.1.0")
'io.crashbox:simplesql_0.27:jar:0.1.0'
<dependency org="io.crashbox" name="simplesql_0.27" rev="0.1.0">
<artifact name="simplesql_0.27" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.crashbox', module='simplesql_0.27', version='0.1.0')
)
libraryDependencies += "io.crashbox" % "simplesql_0.27" % "0.1.0"
[io.crashbox/simplesql_0.27 "0.1.0"]