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