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