GroupId | GroupIdorg.juzu |
---|---|
ArtifactId | ArtifactIdjuzu-booking |
Version | Version1.1.0 |
Type | Typewar |
Filename | Size |
---|---|
juzu-booking-1.1.0.pom | |
juzu-booking-1.1.0.war | 7 MB |
juzu-booking-1.1.0-tests.jar | 12 KB |
juzu-booking-1.1.0-test-sources.jar | 8 KB |
juzu-booking-1.1.0-sources.jar | 105 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.juzu/juzu-booking/ -->
<dependency>
<groupId>org.juzu</groupId>
<artifactId>juzu-booking</artifactId>
<version>1.1.0</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.juzu/juzu-booking/
implementation 'org.juzu:juzu-booking:1.1.0'
// https://jarcasting.com/artifacts/org.juzu/juzu-booking/
implementation ("org.juzu:juzu-booking:1.1.0")
'org.juzu:juzu-booking:war:1.1.0'
<dependency org="org.juzu" name="juzu-booking" rev="1.1.0">
<artifact name="juzu-booking" type="war" />
</dependency>
@Grapes(
@Grab(group='org.juzu', module='juzu-booking', version='1.1.0')
)
libraryDependencies += "org.juzu" % "juzu-booking" % "1.1.0"
[org.juzu/juzu-booking "1.1.0"]