| License |
License |
|---|---|
| GroupId | GroupIdcom.github.buckelieg |
| ArtifactId | ArtifactIddb-fn |
| Last Version | Last Version0.3.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionDB fn
Functional style programming with plain JDBC
|
| Filename | Size |
|---|---|
| db-fn-0.3.10.pom | |
| db-fn-0.3.10.jar | 63 KB |
| db-fn-0.3.10-sources.jar | 43 KB |
| db-fn-0.3.10-javadoc.jar | 473 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.buckelieg/db-fn/ -->
<dependency>
<groupId>com.github.buckelieg</groupId>
<artifactId>db-fn</artifactId>
<version>0.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.buckelieg/db-fn/
implementation 'com.github.buckelieg:db-fn:0.3.10'
// https://jarcasting.com/artifacts/com.github.buckelieg/db-fn/
implementation ("com.github.buckelieg:db-fn:0.3.10")
'com.github.buckelieg:db-fn:jar:0.3.10'
<dependency org="com.github.buckelieg" name="db-fn" rev="0.3.10">
<artifact name="db-fn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.buckelieg', module='db-fn', version='0.3.10')
)
libraryDependencies += "com.github.buckelieg" % "db-fn" % "0.3.10"
[com.github.buckelieg/db-fn "0.3.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| junit : junit | jar | 4.12 |
| org.apache.derby : derby | jar | 10.12.1.1 |