Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.phaedra |
ArtifactId | ArtifactIdphaedra-commons |
Last Version | Last Version0.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionphaedra-commons
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-commons-0.7.0.pom | |
phaedra-commons-0.7.0.jar | 60 KB |
phaedra-commons-0.7.0-sources.jar | 35 KB |
phaedra-commons-0.7.0-javadoc.jar | 252 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.phaedra/phaedra-commons/ -->
<dependency>
<groupId>net.phaedra</groupId>
<artifactId>phaedra-commons</artifactId>
<version>0.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.phaedra/phaedra-commons/
implementation 'net.phaedra:phaedra-commons:0.7.0'
// https://jarcasting.com/artifacts/net.phaedra/phaedra-commons/
implementation ("net.phaedra:phaedra-commons:0.7.0")
'net.phaedra:phaedra-commons:jar:0.7.0'
<dependency org="net.phaedra" name="phaedra-commons" rev="0.7.0">
<artifact name="phaedra-commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.phaedra', module='phaedra-commons', version='0.7.0')
)
libraryDependencies += "net.phaedra" % "phaedra-commons" % "0.7.0"
[net.phaedra/phaedra-commons "0.7.0"]
Group / Artifact | Type | Version |
---|---|---|
commons-lang : commons-lang | jar | 2.4 |
commons-io : commons-io | jar | 1.4 |
net.java.dev.jintention : jin-collections | jar | 0.9.0 |
jdom : jdom | jar | 1.0 |
org.slf4j : slf4j-api | jar | 1.4.2 |
org.slf4j : slf4j-log4j12 | jar | 1.4.2 |
junit : junit | jar | 4.7 |