Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.mantledillusion.cache |
ArtifactId | ArtifactIdhydnora |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
hydnora-1.2.0.pom | |
hydnora-1.2.0.jar | 8 KB |
hydnora-1.2.0-sources.jar | 6 KB |
hydnora-1.2.0-javadoc.jar | 41 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mantledillusion.cache/hydnora/ -->
<dependency>
<groupId>com.mantledillusion.cache</groupId>
<artifactId>hydnora</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.mantledillusion.cache/hydnora/
implementation 'com.mantledillusion.cache:hydnora:1.2.0'
// https://jarcasting.com/artifacts/com.mantledillusion.cache/hydnora/
implementation ("com.mantledillusion.cache:hydnora:1.2.0")
'com.mantledillusion.cache:hydnora:jar:1.2.0'
<dependency org="com.mantledillusion.cache" name="hydnora" rev="1.2.0">
<artifact name="hydnora" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mantledillusion.cache', module='hydnora', version='1.2.0')
)
libraryDependencies += "com.mantledillusion.cache" % "hydnora" % "1.2.0"
[com.mantledillusion.cache/hydnora "1.2.0"]