is not current version
Last Version 1.0.0.RC2

org.dihedron.zephyr:zephyr-demo-web 1.0.0.RC1

An MVC framework supporting method-based development of web applications.

GroupId

GroupId

org.dihedron.zephyr
ArtifactId

ArtifactId

zephyr-demo-web
Version

Version

1.0.0.RC1
Type

Type

war

Download zephyr-demo-web 1.0.0.RC1


<!-- 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"]