| GroupId | GroupIdorg.dihedron.zephyr |
|---|---|
| ArtifactId | ArtifactIdzephyr-demo-web |
| Version | Version1.0.0.RC1 |
| Type | Typewar |
<!-- https://jarcasting.com/artifacts/org.dihedron.zephyr/zephyr-demo-web/ -->
<dependency>
<groupId>org.dihedron.zephyr</groupId>
<artifactId>zephyr-demo-web</artifactId>
<version>1.0.0.RC1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.zephyr/zephyr-demo-web/
implementation 'org.dihedron.zephyr:zephyr-demo-web:1.0.0.RC1'
// https://jarcasting.com/artifacts/org.dihedron.zephyr/zephyr-demo-web/
implementation ("org.dihedron.zephyr:zephyr-demo-web:1.0.0.RC1")
'org.dihedron.zephyr:zephyr-demo-web:war:1.0.0.RC1'
<dependency org="org.dihedron.zephyr" name="zephyr-demo-web" rev="1.0.0.RC1">
<artifact name="zephyr-demo-web" type="war" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.zephyr', module='zephyr-demo-web', version='1.0.0.RC1')
)
libraryDependencies += "org.dihedron.zephyr" % "zephyr-demo-web" % "1.0.0.RC1"
[org.dihedron.zephyr/zephyr-demo-web "1.0.0.RC1"]