| License |
License |
|---|---|
| GroupId | GroupIdcom.github.buckelieg |
| ArtifactId | ArtifactIdjdbc-fn |
| Last Version | Last Version0.3 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJDBC functional
Functional style programming with plain JDBC
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jdbc-fn-0.3.pom | |
| jdbc-fn-0.3.jar | 71 KB |
| jdbc-fn-0.3-sources.jar | 49 KB |
| jdbc-fn-0.3-javadoc.jar | 498 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.buckelieg/jdbc-fn/ -->
<dependency>
<groupId>com.github.buckelieg</groupId>
<artifactId>jdbc-fn</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.buckelieg/jdbc-fn/
implementation 'com.github.buckelieg:jdbc-fn:0.3'
// https://jarcasting.com/artifacts/com.github.buckelieg/jdbc-fn/
implementation ("com.github.buckelieg:jdbc-fn:0.3")
'com.github.buckelieg:jdbc-fn:jar:0.3'
<dependency org="com.github.buckelieg" name="jdbc-fn" rev="0.3">
<artifact name="jdbc-fn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.buckelieg', module='jdbc-fn', version='0.3')
)
libraryDependencies += "com.github.buckelieg" % "jdbc-fn" % "0.3"
[com.github.buckelieg/jdbc-fn "0.3"]
| 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 |