GroupId | GroupIdcom.github.hughwick |
---|---|
ArtifactId | ArtifactIdtoolbox-cache |
Version | Version2.1.3 |
Type | Typejar |
Filename | Size |
---|---|
toolbox-cache-2.1.3.pom | |
toolbox-cache-2.1.3.jar | 6 KB |
toolbox-cache-2.1.3-sources.jar | 4 KB |
toolbox-cache-2.1.3-javadoc.jar | 415 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hughwick/toolbox-cache/ -->
<dependency>
<groupId>com.github.hughwick</groupId>
<artifactId>toolbox-cache</artifactId>
<version>2.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hughwick/toolbox-cache/
implementation 'com.github.hughwick:toolbox-cache:2.1.3'
// https://jarcasting.com/artifacts/com.github.hughwick/toolbox-cache/
implementation ("com.github.hughwick:toolbox-cache:2.1.3")
'com.github.hughwick:toolbox-cache:jar:2.1.3'
<dependency org="com.github.hughwick" name="toolbox-cache" rev="2.1.3">
<artifact name="toolbox-cache" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hughwick', module='toolbox-cache', version='2.1.3')
)
libraryDependencies += "com.github.hughwick" % "toolbox-cache" % "2.1.3"
[com.github.hughwick/toolbox-cache "2.1.3"]