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