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