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