| GroupId | GroupIdcom.github.nwillc |
|---|---|
| ArtifactId | ArtifactIdfun-jdbc |
| Version | Version0.6 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fun-jdbc-0.6.pom | |
| fun-jdbc-0.6.jar | 7 KB |
| fun-jdbc-0.6-sources.jar | 9 KB |
| fun-jdbc-0.6-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.nwillc/fun-jdbc/ -->
<dependency>
<groupId>com.github.nwillc</groupId>
<artifactId>fun-jdbc</artifactId>
<version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nwillc/fun-jdbc/
implementation 'com.github.nwillc:fun-jdbc:0.6'
// https://jarcasting.com/artifacts/com.github.nwillc/fun-jdbc/
implementation ("com.github.nwillc:fun-jdbc:0.6")
'com.github.nwillc:fun-jdbc:jar:0.6'
<dependency org="com.github.nwillc" name="fun-jdbc" rev="0.6">
<artifact name="fun-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nwillc', module='fun-jdbc', version='0.6')
)
libraryDependencies += "com.github.nwillc" % "fun-jdbc" % "0.6"
[com.github.nwillc/fun-jdbc "0.6"]