GroupId | GroupIdcn.dreampie |
---|---|
ArtifactId | ArtifactIdresty-route |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
resty-route-1.1.0.pom | |
resty-route-1.1.0.jar | 78 KB |
resty-route-1.1.0-sources.jar | 46 KB |
resty-route-1.1.0-javadoc.jar | 342 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.dreampie/resty-route/ -->
<dependency>
<groupId>cn.dreampie</groupId>
<artifactId>resty-route</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.dreampie/resty-route/
implementation 'cn.dreampie:resty-route:1.1.0'
// https://jarcasting.com/artifacts/cn.dreampie/resty-route/
implementation ("cn.dreampie:resty-route:1.1.0")
'cn.dreampie:resty-route:jar:1.1.0'
<dependency org="cn.dreampie" name="resty-route" rev="1.1.0">
<artifact name="resty-route" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.dreampie', module='resty-route', version='1.1.0')
)
libraryDependencies += "cn.dreampie" % "resty-route" % "1.1.0"
[cn.dreampie/resty-route "1.1.0"]