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