| License |
License
BSD license
|
|---|---|
| Categories |
CategoriesContainer |
| GroupId | GroupIdorg.codehaus.waffle |
| ArtifactId | ArtifactIdwaffle-webcontainer |
| Version | Version1.0-beta-1 |
| Type | Typejar |
| Description |
DescriptionWaffle WebContainer
Waffle is a Java web framework that makes the process of developing Java based web applications easier. It was built
to support enterprise level web-based business applications.
|
<!-- https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-webcontainer/ -->
<dependency>
<groupId>org.codehaus.waffle</groupId>
<artifactId>waffle-webcontainer</artifactId>
<version>1.0-beta-1</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-webcontainer/
implementation 'org.codehaus.waffle:waffle-webcontainer:1.0-beta-1'
// https://jarcasting.com/artifacts/org.codehaus.waffle/waffle-webcontainer/
implementation ("org.codehaus.waffle:waffle-webcontainer:1.0-beta-1")
'org.codehaus.waffle:waffle-webcontainer:jar:1.0-beta-1'
<dependency org="org.codehaus.waffle" name="waffle-webcontainer" rev="1.0-beta-1">
<artifact name="waffle-webcontainer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.waffle', module='waffle-webcontainer', version='1.0-beta-1')
)
libraryDependencies += "org.codehaus.waffle" % "waffle-webcontainer" % "1.0-beta-1"
[org.codehaus.waffle/waffle-webcontainer "1.0-beta-1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.codehaus.waffle : waffle | jar | 1.0-beta-1 |
| org.nanocontainer : nanocontainer-webcontainer | jar | 1.1.1 |
| org.mortbay.jetty : jetty | jar | 6.1.3 |
| org.mortbay.jetty : jetty-util | jar | 6.1.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.mortbay.jetty : servlet-api-2.5 | jar | 6.1.3 |
| jmock : jmock | jar | 1.2.0 |
| org.jmock : jmock-junit4 | jar | 2.1.0 |
| junit : junit | jar | 4.3.1 |