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