| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools |
| GroupId | GroupIdcom.mantledillusion.cache |
| ArtifactId | ArtifactIdhydnora |
| Last Version | Last Version2.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionHydnora
Hydnora is a small library for concurrent caching.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| hydnora-2.0.0.pom | |
| hydnora-2.0.0.jar | 7 KB |
| hydnora-2.0.0-sources.jar | 6 KB |
| hydnora-2.0.0-javadoc.jar | 40 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.mantledillusion.cache/hydnora/ -->
<dependency>
<groupId>com.mantledillusion.cache</groupId>
<artifactId>hydnora</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mantledillusion.cache/hydnora/
implementation 'com.mantledillusion.cache:hydnora:2.0.0'
// https://jarcasting.com/artifacts/com.mantledillusion.cache/hydnora/
implementation ("com.mantledillusion.cache:hydnora:2.0.0")
'com.mantledillusion.cache:hydnora:jar:2.0.0'
<dependency org="com.mantledillusion.cache" name="hydnora" rev="2.0.0">
<artifact name="hydnora" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mantledillusion.cache', module='hydnora', version='2.0.0')
)
libraryDependencies += "com.mantledillusion.cache" % "hydnora" % "2.0.0"
[com.mantledillusion.cache/hydnora "2.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.mantledillusion.essentials : concurrency-essentials | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |