GroupId | GroupIdcom.github.nfwork |
---|---|
ArtifactId | ArtifactIddbfound |
Version | Version2.4.1 |
Type | Typejar |
Filename | Size |
---|---|
dbfound-2.4.1.pom | |
dbfound-2.4.1.jar | 301 KB |
dbfound-2.4.1-sources.jar | 200 KB |
dbfound-2.4.1-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nfwork/dbfound/ -->
<dependency>
<groupId>com.github.nfwork</groupId>
<artifactId>dbfound</artifactId>
<version>2.4.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nfwork/dbfound/
implementation 'com.github.nfwork:dbfound:2.4.1'
// https://jarcasting.com/artifacts/com.github.nfwork/dbfound/
implementation ("com.github.nfwork:dbfound:2.4.1")
'com.github.nfwork:dbfound:jar:2.4.1'
<dependency org="com.github.nfwork" name="dbfound" rev="2.4.1">
<artifact name="dbfound" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nfwork', module='dbfound', version='2.4.1')
)
libraryDependencies += "com.github.nfwork" % "dbfound" % "2.4.1"
[com.github.nfwork/dbfound "2.4.1"]