GroupId | GroupIdorg.mixer2 |
---|---|
ArtifactId | ArtifactIdmixer2-cacheable |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
mixer2-cacheable-1.0.1.pom | |
mixer2-cacheable-1.0.1.jar | 8 KB |
mixer2-cacheable-1.0.1-sources.jar | 4 KB |
mixer2-cacheable-1.0.1-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mixer2/mixer2-cacheable/ -->
<dependency>
<groupId>org.mixer2</groupId>
<artifactId>mixer2-cacheable</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.mixer2/mixer2-cacheable/
implementation 'org.mixer2:mixer2-cacheable:1.0.1'
// https://jarcasting.com/artifacts/org.mixer2/mixer2-cacheable/
implementation ("org.mixer2:mixer2-cacheable:1.0.1")
'org.mixer2:mixer2-cacheable:jar:1.0.1'
<dependency org="org.mixer2" name="mixer2-cacheable" rev="1.0.1">
<artifact name="mixer2-cacheable" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.mixer2', module='mixer2-cacheable', version='1.0.1')
)
libraryDependencies += "org.mixer2" % "mixer2-cacheable" % "1.0.1"
[org.mixer2/mixer2-cacheable "1.0.1"]