License |
License |
---|---|
GroupId | GroupIdio.github.yeagy |
ArtifactId | ArtifactIdbss |
Version | Version0.5.1 |
Type | Typejar |
Description |
DescriptionBetter SQL Support
Lightweight JDBC enhancement library. Joinless ORM.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
bss-0.5.1.pom | |
bss-0.5.1.jar | 95 KB |
bss-0.5.1-sources.jar | 32 KB |
bss-0.5.1-javadoc.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.yeagy/bss/ -->
<dependency>
<groupId>io.github.yeagy</groupId>
<artifactId>bss</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yeagy/bss/
implementation 'io.github.yeagy:bss:0.5.1'
// https://jarcasting.com/artifacts/io.github.yeagy/bss/
implementation ("io.github.yeagy:bss:0.5.1")
'io.github.yeagy:bss:jar:0.5.1'
<dependency org="io.github.yeagy" name="bss" rev="0.5.1">
<artifact name="bss" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yeagy', module='bss', version='0.5.1')
)
libraryDependencies += "io.github.yeagy" % "bss" % "0.5.1"
[io.github.yeagy/bss "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |
com.h2database : h2 | jar | 1.4.189 |