Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.phaedra |
ArtifactId | ArtifactIdphaedra-examples |
Last Version | Last Version0.6.4 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionPhaedra Webapp Examples
Set of libraries that contribute to create a stack for web application development based on Java. Phaedra leverages existing Open Source frameworks such as Wicket, Hibernate, Spring and tons of smaller Java open source libraries such as Apache Commons, jDom and jin-collections.
|
Project Organization |
Project OrganizationDaniele Dellafiore |
Filename | Size |
---|---|
phaedra-examples-0.6.4.pom | |
phaedra-examples-0.6.4.war | 13 MB |
phaedra-examples-0.6.4-sources.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.phaedra/phaedra-examples/ -->
<dependency>
<groupId>net.phaedra</groupId>
<artifactId>phaedra-examples</artifactId>
<version>0.6.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.phaedra/phaedra-examples/
implementation 'net.phaedra:phaedra-examples:0.6.4'
// https://jarcasting.com/artifacts/net.phaedra/phaedra-examples/
implementation ("net.phaedra:phaedra-examples:0.6.4")
'net.phaedra:phaedra-examples:war:0.6.4'
<dependency org="net.phaedra" name="phaedra-examples" rev="0.6.4">
<artifact name="phaedra-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='net.phaedra', module='phaedra-examples', version='0.6.4')
)
libraryDependencies += "net.phaedra" % "phaedra-examples" % "0.6.4"
[net.phaedra/phaedra-examples "0.6.4"]
Group / Artifact | Type | Version |
---|---|---|
net.phaedra : phaedra-webapp | jar | 0.6.4 |
org.slf4j : slf4j-api | jar | 1.4.2 |
org.slf4j : slf4j-log4j12 | jar | 1.4.2 |
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : jetty | jar | 6.1.21 |
org.mortbay.jetty : jetty-util | jar | 6.1.21 |
org.mortbay.jetty : jetty-management | jar | 6.1.21 |
Group / Artifact | Type | Version |
---|---|---|
hsqldb : hsqldb | jar | 1.8.0.7 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |