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