| GroupId | GroupIdio.github.hashiprobr |
|---|---|
| ArtifactId | ArtifactIdnfp-dao |
| Version | Version3.1.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nfp-dao-3.1.3.pom | |
| nfp-dao-3.1.3.jar | 26 KB |
| nfp-dao-3.1.3-sources.jar | 14 KB |
| nfp-dao-3.1.3-javadoc.jar | 193 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.hashiprobr/nfp-dao/ -->
<dependency>
<groupId>io.github.hashiprobr</groupId>
<artifactId>nfp-dao</artifactId>
<version>3.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hashiprobr/nfp-dao/
implementation 'io.github.hashiprobr:nfp-dao:3.1.3'
// https://jarcasting.com/artifacts/io.github.hashiprobr/nfp-dao/
implementation ("io.github.hashiprobr:nfp-dao:3.1.3")
'io.github.hashiprobr:nfp-dao:jar:3.1.3'
<dependency org="io.github.hashiprobr" name="nfp-dao" rev="3.1.3">
<artifact name="nfp-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hashiprobr', module='nfp-dao', version='3.1.3')
)
libraryDependencies += "io.github.hashiprobr" % "nfp-dao" % "3.1.3"
[io.github.hashiprobr/nfp-dao "3.1.3"]