is not current version
Last Version 1.0.0.RC2

org.dihedron.zephyr:zephyr 0.0.1

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

GroupId

GroupId

org.dihedron.zephyr
ArtifactId

ArtifactId

zephyr
Version

Version

0.0.1
Type

Type

jar

Download zephyr 0.0.1


<!-- https://jarcasting.com/artifacts/org.dihedron.zephyr/zephyr/ -->
<dependency>
    <groupId>org.dihedron.zephyr</groupId>
    <artifactId>zephyr</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.zephyr/zephyr/
implementation 'org.dihedron.zephyr:zephyr:0.0.1'
// https://jarcasting.com/artifacts/org.dihedron.zephyr/zephyr/
implementation ("org.dihedron.zephyr:zephyr:0.0.1")
'org.dihedron.zephyr:zephyr:jar:0.0.1'
<dependency org="org.dihedron.zephyr" name="zephyr" rev="0.0.1">
  <artifact name="zephyr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.zephyr', module='zephyr', version='0.0.1')
)
libraryDependencies += "org.dihedron.zephyr" % "zephyr" % "0.0.1"
[org.dihedron.zephyr/zephyr "0.0.1"]