License |
License |
---|---|
GroupId | GroupIdcom.syntaxphoenix.syntaxapi |
ArtifactId | ArtifactIdcache |
Last Version | Last Version2.0.13 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA Java Library to make some things easier and provide helpful tools
|
Filename | Size |
---|---|
cache-2.0.13.pom | |
cache-2.0.13.jar | 10 KB |
cache-2.0.13-sources.jar | 3 KB |
cache-2.0.13-javadoc.jar | 38 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.syntaxphoenix.syntaxapi/cache/ -->
<dependency>
<groupId>com.syntaxphoenix.syntaxapi</groupId>
<artifactId>cache</artifactId>
<version>2.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.syntaxphoenix.syntaxapi/cache/
implementation 'com.syntaxphoenix.syntaxapi:cache:2.0.13'
// https://jarcasting.com/artifacts/com.syntaxphoenix.syntaxapi/cache/
implementation ("com.syntaxphoenix.syntaxapi:cache:2.0.13")
'com.syntaxphoenix.syntaxapi:cache:jar:2.0.13'
<dependency org="com.syntaxphoenix.syntaxapi" name="cache" rev="2.0.13">
<artifact name="cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.syntaxphoenix.syntaxapi', module='cache', version='2.0.13')
)
libraryDependencies += "com.syntaxphoenix.syntaxapi" % "cache" % "2.0.13"
[com.syntaxphoenix.syntaxapi/cache "2.0.13"]