Tiny Set

A wrapper of JDBC to simplify SQL operation in Java

License

License

Categories

Categories

Net
GroupId

GroupId

net.craigscode
ArtifactId

ArtifactId

tinyset
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Tiny Set
A wrapper of JDBC to simplify SQL operation in Java
Project URL

Project URL

http://github.com/spencerstith/TinySet
Source Code Management

Source Code Management

http://github.com/spencerstith/TinySet

Download tinyset

How to add to project

<!-- 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"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0