GroupId | GroupIdcom.github.houbb |
---|---|
ArtifactId | ArtifactIdcache-core |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
cache-core-0.0.2.pom | |
cache-core-0.0.2.jar | 11 KB |
cache-core-0.0.2-sources.jar | 10 KB |
cache-core-0.0.2-javadoc.jar | 134 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/cache-core/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>cache-core</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/cache-core/
implementation 'com.github.houbb:cache-core:0.0.2'
// https://jarcasting.com/artifacts/com.github.houbb/cache-core/
implementation ("com.github.houbb:cache-core:0.0.2")
'com.github.houbb:cache-core:jar:0.0.2'
<dependency org="com.github.houbb" name="cache-core" rev="0.0.2">
<artifact name="cache-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='cache-core', version='0.0.2')
)
libraryDependencies += "com.github.houbb" % "cache-core" % "0.0.2"
[com.github.houbb/cache-core "0.0.2"]