не последняя версия
Последняя версия 1.0.0.RC2

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

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

Группа

Группа

org.dihedron.zephyr
Идентификатор

Идентификатор

zephyr-demo-web
Версия

Версия

1.0.0.RC1
Тип

Тип

war

Скачать 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"]