is not current version
Last Version 1.2.0

org.juzu:juzu-booking 1.0.0-cr2

The infamous booking application

GroupId

GroupId

org.juzu
ArtifactId

ArtifactId

juzu-booking
Version

Version

1.0.0-cr2
Type

Type

war

Download juzu-booking 1.0.0-cr2


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