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