GroupId | GroupIdorg.juzu |
---|---|
ArtifactId | ArtifactIdjuzu-booking |
Version | Version0.6.0-beta7 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.juzu/juzu-booking/ -->
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-booking</artifactId>
<version>0.6.0-beta7</version>
</dependency>
// https://jarcasting.com/artifacts/org.juzu/juzu-booking/
implementation 'org.juzu:juzu-booking:0.6.0-beta7'
// https://jarcasting.com/artifacts/org.juzu/juzu-booking/
implementation ("org.juzu:juzu-booking:0.6.0-beta7")
'org.juzu:juzu-booking:jar:0.6.0-beta7'
<dependency org="org.juzu" name="juzu-booking" rev="0.6.0-beta7">
<artifact name="juzu-booking" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.juzu', module='juzu-booking', version='0.6.0-beta7')
)
libraryDependencies += "org.juzu" % "juzu-booking" % "0.6.0-beta7"
[org.juzu/juzu-booking "0.6.0-beta7"]