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