GroupId | GroupIdcom.github.jcute |
---|---|
ArtifactId | ArtifactIdjcute-plugin-cache |
Version | Version0.0.11 |
Type | Typejar |
Filename | Size |
---|---|
jcute-plugin-cache-0.0.11.pom | |
jcute-plugin-cache-0.0.11.jar | 19 KB |
jcute-plugin-cache-0.0.11-sources.jar | 13 KB |
jcute-plugin-cache-0.0.11-javadoc.jar | 119 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.jcute/jcute-plugin-cache/ -->
<dependency>
<groupId>com.github.jcute</groupId>
<artifactId>jcute-plugin-cache</artifactId>
<version>0.0.11</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jcute/jcute-plugin-cache/
implementation 'com.github.jcute:jcute-plugin-cache:0.0.11'
// https://jarcasting.com/artifacts/com.github.jcute/jcute-plugin-cache/
implementation ("com.github.jcute:jcute-plugin-cache:0.0.11")
'com.github.jcute:jcute-plugin-cache:jar:0.0.11'
<dependency org="com.github.jcute" name="jcute-plugin-cache" rev="0.0.11">
<artifact name="jcute-plugin-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jcute', module='jcute-plugin-cache', version='0.0.11')
)
libraryDependencies += "com.github.jcute" % "jcute-plugin-cache" % "0.0.11"
[com.github.jcute/jcute-plugin-cache "0.0.11"]