GroupId | GroupIdorg.restnext |
---|---|
ArtifactId | ArtifactIdrestnext-util |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
restnext-util-0.2.0.pom | |
restnext-util-0.2.0.jar | 6 KB |
restnext-util-0.2.0-sources.jar | 3 KB |
restnext-util-0.2.0-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.restnext/restnext-util/ -->
<dependency>
<groupId>org.restnext</groupId>
<artifactId>restnext-util</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.restnext/restnext-util/
implementation 'org.restnext:restnext-util:0.2.0'
// https://jarcasting.com/artifacts/org.restnext/restnext-util/
implementation ("org.restnext:restnext-util:0.2.0")
'org.restnext:restnext-util:jar:0.2.0'
<dependency org="org.restnext" name="restnext-util" rev="0.2.0">
<artifact name="restnext-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restnext', module='restnext-util', version='0.2.0')
)
libraryDependencies += "org.restnext" % "restnext-util" % "0.2.0"
[org.restnext/restnext-util "0.2.0"]