GroupId | GroupIdorg.restnext |
---|---|
ArtifactId | ArtifactIdrestnext-util |
Version | Version0.3.0 |
Type | Typejar |
Filename | Size |
---|---|
restnext-util-0.3.0.pom | |
restnext-util-0.3.0.jar | 6 KB |
restnext-util-0.3.0-sources.jar | 4 KB |
restnext-util-0.3.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.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.restnext/restnext-util/
implementation 'org.restnext:restnext-util:0.3.0'
// https://jarcasting.com/artifacts/org.restnext/restnext-util/
implementation ("org.restnext:restnext-util:0.3.0")
'org.restnext:restnext-util:jar:0.3.0'
<dependency org="org.restnext" name="restnext-util" rev="0.3.0">
<artifact name="restnext-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restnext', module='restnext-util', version='0.3.0')
)
libraryDependencies += "org.restnext" % "restnext-util" % "0.3.0"
[org.restnext/restnext-util "0.3.0"]