License |
License |
---|---|
GroupId | GroupIdorg.juzu |
ArtifactId | ArtifactIdjuzu-depchain |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJuzu Depchains
The Juzu Depchains
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
juzu-depchain-1.2.0.pom | 708 bytes |
juzu-depchain-1.2.0-tests.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.juzu/juzu-depchain/ -->
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-depchain</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.juzu/juzu-depchain/
implementation 'org.juzu:juzu-depchain:1.2.0'
// https://jarcasting.com/artifacts/org.juzu/juzu-depchain/
implementation ("org.juzu:juzu-depchain:1.2.0")
'org.juzu:juzu-depchain:jar:1.2.0'
<dependency org="org.juzu" name="juzu-depchain" rev="1.2.0">
<artifact name="juzu-depchain" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.juzu', module='juzu-depchain', version='1.2.0')
)
libraryDependencies += "org.juzu" % "juzu-depchain" % "1.2.0"
[org.juzu/juzu-depchain "1.2.0"]