| License |
License |
|---|---|
| GroupId | GroupIdorg.dihedron.zephyr |
| ArtifactId | ArtifactIdzephyr |
| Last Version | Last Version1.0.0.RC2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionZephyr - Core library
An MVC framework supporting method-based development of web applications.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| zephyr-1.0.0.RC2.pom | |
| zephyr-1.0.0.RC2.jar | 196 KB |
| zephyr-1.0.0.RC2-sources.jar | 206 KB |
| zephyr-1.0.0.RC2-javadoc.jar | 483 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.dihedron.zephyr/zephyr/ -->
<dependency>
<groupId>org.dihedron.zephyr</groupId>
<artifactId>zephyr</artifactId>
<version>1.0.0.RC2</version>
</dependency>
// https://jarcasting.com/artifacts/org.dihedron.zephyr/zephyr/
implementation 'org.dihedron.zephyr:zephyr:1.0.0.RC2'
// https://jarcasting.com/artifacts/org.dihedron.zephyr/zephyr/
implementation ("org.dihedron.zephyr:zephyr:1.0.0.RC2")
'org.dihedron.zephyr:zephyr:jar:1.0.0.RC2'
<dependency org="org.dihedron.zephyr" name="zephyr" rev="1.0.0.RC2">
<artifact name="zephyr" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.dihedron.zephyr', module='zephyr', version='1.0.0.RC2')
)
libraryDependencies += "org.dihedron.zephyr" % "zephyr" % "1.0.0.RC2"
[org.dihedron.zephyr/zephyr "1.0.0.RC2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.dihedron.commons : commons | jar | 0.1.1 |
| commons-fileupload : commons-fileupload | jar | 1.3.1 |
| org.reflections : reflections | jar | 0.9.9-RC1 |
| org.javassist : javassist | jar | 3.18.1-GA |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.3.2 |
| javax.validation : validation-api | jar | 1.1.0.Final |
| ognl : ognl | jar | 3.0.8 |
| org.slf4j : slf4j-api | jar | 1.7.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| javax.servlet.jsp : javax.servlet.jsp-api | jar | 2.3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.el : javax.el-api | jar | 3.0.0 |
| org.hibernate : hibernate-validator | jar | 5.0.1.Final |
| org.glassfish : javax.el | jar | 3.0.0 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.5 |
| log4j : log4j | jar | 1.2.17 |
| junit : junit | jar | 4.11 |