is not current version
Last Version 1.2.0

org.juzu:juzu-core 1.2.0-M05

Where all the magic happens

GroupId

GroupId

org.juzu
ArtifactId

ArtifactId

juzu-core
Version

Version

1.2.0-M05
Type

Type

jar

Download juzu-core 1.2.0-M05


<!-- https://jarcasting.com/artifacts/org.juzu/juzu-core/ -->
<dependency>
    <groupId>org.juzu</groupId>
    <artifactId>juzu-core</artifactId>
    <version>1.2.0-M05</version>
</dependency>
// https://jarcasting.com/artifacts/org.juzu/juzu-core/
implementation 'org.juzu:juzu-core:1.2.0-M05'
// https://jarcasting.com/artifacts/org.juzu/juzu-core/
implementation ("org.juzu:juzu-core:1.2.0-M05")
'org.juzu:juzu-core:jar:1.2.0-M05'
<dependency org="org.juzu" name="juzu-core" rev="1.2.0-M05">
  <artifact name="juzu-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.juzu', module='juzu-core', version='1.2.0-M05')
)
libraryDependencies += "org.juzu" % "juzu-core" % "1.2.0-M05"
[org.juzu/juzu-core "1.2.0-M05"]