is not current version
Last Version 0.3.5

org.restnext:restnext-core 0.3.0

RestNext Core

GroupId

GroupId

org.restnext
ArtifactId

ArtifactId

restnext-core
Version

Version

0.3.0
Type

Type

jar

Download restnext-core 0.3.0


<!-- https://jarcasting.com/artifacts/org.restnext/restnext-core/ -->
<dependency>
    <groupId>org.restnext</groupId>
    <artifactId>restnext-core</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.restnext/restnext-core/
implementation 'org.restnext:restnext-core:0.3.0'
// https://jarcasting.com/artifacts/org.restnext/restnext-core/
implementation ("org.restnext:restnext-core:0.3.0")
'org.restnext:restnext-core:jar:0.3.0'
<dependency org="org.restnext" name="restnext-core" rev="0.3.0">
  <artifact name="restnext-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.restnext', module='restnext-core', version='0.3.0')
)
libraryDependencies += "org.restnext" % "restnext-core" % "0.3.0"
[org.restnext/restnext-core "0.3.0"]