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