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