GroupId | GroupIdcom.github.buckelieg |
---|---|
ArtifactId | ArtifactIdjdbc-fn |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
jdbc-fn-0.1.pom | |
jdbc-fn-0.1.jar | 74 KB |
jdbc-fn-0.1-sources.jar | 50 KB |
jdbc-fn-0.1-javadoc.jar | 497 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.buckelieg/jdbc-fn/ -->
<dependency>
<groupId>com.github.buckelieg</groupId>
<artifactId>jdbc-fn</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.buckelieg/jdbc-fn/
implementation 'com.github.buckelieg:jdbc-fn:0.1'
// https://jarcasting.com/artifacts/com.github.buckelieg/jdbc-fn/
implementation ("com.github.buckelieg:jdbc-fn:0.1")
'com.github.buckelieg:jdbc-fn:jar:0.1'
<dependency org="com.github.buckelieg" name="jdbc-fn" rev="0.1">
<artifact name="jdbc-fn" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.buckelieg', module='jdbc-fn', version='0.1')
)
libraryDependencies += "com.github.buckelieg" % "jdbc-fn" % "0.1"
[com.github.buckelieg/jdbc-fn "0.1"]