| GroupId | GroupIdcom.github.mrcritical |
|---|---|
| ArtifactId | ArtifactIdironcache |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ironcache-1.0.0.pom | |
| ironcache-1.0.0.jar | 20 KB |
| ironcache-1.0.0-sources.jar | 8 KB |
| ironcache-1.0.0-javadoc.jar | 60 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.mrcritical/ironcache/ -->
<dependency>
<groupId>com.github.mrcritical</groupId>
<artifactId>ironcache</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mrcritical/ironcache/
implementation 'com.github.mrcritical:ironcache:1.0.0'
// https://jarcasting.com/artifacts/com.github.mrcritical/ironcache/
implementation ("com.github.mrcritical:ironcache:1.0.0")
'com.github.mrcritical:ironcache:jar:1.0.0'
<dependency org="com.github.mrcritical" name="ironcache" rev="1.0.0">
<artifact name="ironcache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mrcritical', module='ironcache', version='1.0.0')
)
libraryDependencies += "com.github.mrcritical" % "ironcache" % "1.0.0"
[com.github.mrcritical/ironcache "1.0.0"]