| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.craigscode |
| ArtifactId | ArtifactIdtinyset |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTiny Set
A wrapper of JDBC to simplify SQL operation in Java
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| tinyset-1.1.0.pom | |
| tinyset-1.1.0.jar | 9 KB |
| tinyset-1.1.0-sources.jar | 6 KB |
| tinyset-1.1.0-javadoc.jar | 131 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.craigscode/tinyset/ -->
<dependency>
<groupId>net.craigscode</groupId>
<artifactId>tinyset</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.craigscode/tinyset/
implementation 'net.craigscode:tinyset:1.1.0'
// https://jarcasting.com/artifacts/net.craigscode/tinyset/
implementation ("net.craigscode:tinyset:1.1.0")
'net.craigscode:tinyset:jar:1.1.0'
<dependency org="net.craigscode" name="tinyset" rev="1.1.0">
<artifact name="tinyset" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.craigscode', module='tinyset', version='1.1.0')
)
libraryDependencies += "net.craigscode" % "tinyset" % "1.1.0"
[net.craigscode/tinyset "1.1.0"]