License |
License |
---|---|
GroupId | GroupIdcom.github.tonivade |
ArtifactId | ArtifactIdpuredbc |
Version | Version0.2 |
Type | Typejar |
Description |
DescriptionPureDBC
Pure Functional Database Connection Layer
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
puredbc-0.2.pom | |
puredbc-0.2.jar | 77 KB |
puredbc-0.2-sources.jar | 22 KB |
puredbc-0.2-javadoc.jar | 457 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tonivade/puredbc/ -->
<dependency>
<groupId>com.github.tonivade</groupId>
<artifactId>puredbc</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tonivade/puredbc/
implementation 'com.github.tonivade:puredbc:0.2'
// https://jarcasting.com/artifacts/com.github.tonivade/puredbc/
implementation ("com.github.tonivade:puredbc:0.2")
'com.github.tonivade:puredbc:jar:0.2'
<dependency org="com.github.tonivade" name="puredbc" rev="0.2">
<artifact name="puredbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tonivade', module='puredbc', version='0.2')
)
libraryDependencies += "com.github.tonivade" % "puredbc" % "0.2"
[com.github.tonivade/puredbc "0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.tonivade : purefun-free | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
com.github.tonivade : purefun-effect | jar | 2.2 |
io.r2dbc : r2dbc-spi | jar | 0.8.3.RELEASE |
io.r2dbc : r2dbc-pool | jar | 0.8.5.RELEASE |
com.github.tonivade : purefun-instances | jar | 2.2 |
Group / Artifact | Type | Version |
---|---|---|
com.zaxxer : HikariCP | jar | 3.4.5 |
com.github.tonivade : purecheck | jar | 0.1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |
org.junit.platform : junit-platform-runner | jar | 1.7.0 |
com.h2database : h2 | jar | 1.4.200 |
io.r2dbc : r2dbc-h2 | jar | 0.8.4.RELEASE |