| License |
License |
|---|---|
| GroupId | GroupIdcom.github.houbb |
| ArtifactId | ArtifactIdcache-test |
| Version | Version0.0.15 |
| Type | Typejar |
| Description |
DescriptionThe cache tool for java.
|
| Filename | Size |
|---|---|
| cache-test-0.0.15.pom | |
| cache-test-0.0.15.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/cache-test/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>cache-test</artifactId>
<version>0.0.15</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/cache-test/
implementation 'com.github.houbb:cache-test:0.0.15'
// https://jarcasting.com/artifacts/com.github.houbb/cache-test/
implementation ("com.github.houbb:cache-test:0.0.15")
'com.github.houbb:cache-test:jar:0.0.15'
<dependency org="com.github.houbb" name="cache-test" rev="0.0.15">
<artifact name="cache-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='cache-test', version='0.0.15')
)
libraryDependencies += "com.github.houbb" % "cache-test" % "0.0.15"
[com.github.houbb/cache-test "0.0.15"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.houbb : cache-core | jar | 0.0.15 |
| com.github.houbb : test-core | jar | 0.0.1 |