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