| Группа | Группаio.github.hashiprobr |
|---|---|
| Идентификатор | Идентификаторnfp-dao |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| nfp-dao-1.0.0.pom | |
| nfp-dao-1.0.0.jar | 19 KB |
| nfp-dao-1.0.0-sources.jar | 10 KB |
| nfp-dao-1.0.0-javadoc.jar | 173 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.hashiprobr/nfp-dao/ -->
<dependency>
<groupId>io.github.hashiprobr</groupId>
<artifactId>nfp-dao</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.hashiprobr/nfp-dao/
implementation 'io.github.hashiprobr:nfp-dao:1.0.0'
// https://jarcasting.com/artifacts/io.github.hashiprobr/nfp-dao/
implementation ("io.github.hashiprobr:nfp-dao:1.0.0")
'io.github.hashiprobr:nfp-dao:jar:1.0.0'
<dependency org="io.github.hashiprobr" name="nfp-dao" rev="1.0.0">
<artifact name="nfp-dao" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.hashiprobr', module='nfp-dao', version='1.0.0')
)
libraryDependencies += "io.github.hashiprobr" % "nfp-dao" % "1.0.0"
[io.github.hashiprobr/nfp-dao "1.0.0"]