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