is not current version
Last Version 0.3.5

org.restnext:restnext 0.1.0

RestNext is a framework built on top of Netty framework with automatic security and route scanning approach for micro services.

GroupId

GroupId

org.restnext
ArtifactId

ArtifactId

restnext
Version

Version

0.1.0
Type

Type

pom

Download restnext 0.1.0

Filename Size
restnext-0.1.0.pom 7 KB
Browse

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