GroupId | GroupIdcom.daedafusion |
---|---|
ArtifactId | ArtifactIdcache-core |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
cache-core-1.0.pom | |
cache-core-1.0.jar | 3 KB |
cache-core-1.0-sources.jar | 2 KB |
cache-core-1.0-javadoc.jar | 48 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.daedafusion/cache-core/ -->
<dependency>
<groupId>com.daedafusion</groupId>
<artifactId>cache-core</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.daedafusion/cache-core/
implementation 'com.daedafusion:cache-core:1.0'
// https://jarcasting.com/artifacts/com.daedafusion/cache-core/
implementation ("com.daedafusion:cache-core:1.0")
'com.daedafusion:cache-core:jar:1.0'
<dependency org="com.daedafusion" name="cache-core" rev="1.0">
<artifact name="cache-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.daedafusion', module='cache-core', version='1.0')
)
libraryDependencies += "com.daedafusion" % "cache-core" % "1.0"
[com.daedafusion/cache-core "1.0"]