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