GroupId | GroupIdio.github.nichetoolkit |
---|---|
ArtifactId | ArtifactIdrest-toolkit-utils |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
rest-toolkit-utils-1.0.0.pom | |
rest-toolkit-utils-1.0.0.jar | 59 KB |
rest-toolkit-utils-1.0.0-sources.jar | 31 KB |
rest-toolkit-utils-1.0.0-javadoc.jar | 224 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.nichetoolkit/rest-toolkit-utils/ -->
<dependency>
<groupId>io.github.nichetoolkit</groupId>
<artifactId>rest-toolkit-utils</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.nichetoolkit/rest-toolkit-utils/
implementation 'io.github.nichetoolkit:rest-toolkit-utils:1.0.0'
// https://jarcasting.com/artifacts/io.github.nichetoolkit/rest-toolkit-utils/
implementation ("io.github.nichetoolkit:rest-toolkit-utils:1.0.0")
'io.github.nichetoolkit:rest-toolkit-utils:jar:1.0.0'
<dependency org="io.github.nichetoolkit" name="rest-toolkit-utils" rev="1.0.0">
<artifact name="rest-toolkit-utils" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.nichetoolkit', module='rest-toolkit-utils', version='1.0.0')
)
libraryDependencies += "io.github.nichetoolkit" % "rest-toolkit-utils" % "1.0.0"
[io.github.nichetoolkit/rest-toolkit-utils "1.0.0"]