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