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