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