GroupId | GroupIdorg.nutz |
---|---|
ArtifactId | ArtifactIdnutz-plugins-daocache |
Version | Version1.r.60.r3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.nutz/nutz-plugins-daocache/ -->
<dependency>
<groupId>org.nutz</groupId>
<artifactId>nutz-plugins-daocache</artifactId>
<version>1.r.60.r3</version>
</dependency>
// https://jarcasting.com/artifacts/org.nutz/nutz-plugins-daocache/
implementation 'org.nutz:nutz-plugins-daocache:1.r.60.r3'
// https://jarcasting.com/artifacts/org.nutz/nutz-plugins-daocache/
implementation ("org.nutz:nutz-plugins-daocache:1.r.60.r3")
'org.nutz:nutz-plugins-daocache:jar:1.r.60.r3'
<dependency org="org.nutz" name="nutz-plugins-daocache" rev="1.r.60.r3">
<artifact name="nutz-plugins-daocache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.nutz', module='nutz-plugins-daocache', version='1.r.60.r3')
)
libraryDependencies += "org.nutz" % "nutz-plugins-daocache" % "1.r.60.r3"
[org.nutz/nutz-plugins-daocache "1.r.60.r3"]