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