is not current version
Last Version 0.7.0-beta25

org.juzu:juzu-bom 0.6.0-beta15

The Juzu BOMs

GroupId

GroupId

org.juzu
ArtifactId

ArtifactId

juzu-bom
Version

Version

0.6.0-beta15
Type

Type

jar

Download juzu-bom 0.6.0-beta15


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