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