| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sourceforge.winstone |
| ArtifactId | ArtifactIdwinstone |
| Last Version | Last Version0.9.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionWinstone
Winstone is a servlet container that was written out of a desire to provide servlet functionality without the bloat that full J2EE compliance introduces.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| winstone-0.9.10.pom | |
| winstone-0.9.10.jar | 319 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sourceforge.winstone/winstone/ -->
<dependency>
<groupId>net.sourceforge.winstone</groupId>
<artifactId>winstone</artifactId>
<version>0.9.10</version>
</dependency>
// https://jarcasting.com/artifacts/net.sourceforge.winstone/winstone/
implementation 'net.sourceforge.winstone:winstone:0.9.10'
// https://jarcasting.com/artifacts/net.sourceforge.winstone/winstone/
implementation ("net.sourceforge.winstone:winstone:0.9.10")
'net.sourceforge.winstone:winstone:jar:0.9.10'
<dependency org="net.sourceforge.winstone" name="winstone" rev="0.9.10">
<artifact name="winstone" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sourceforge.winstone', module='winstone', version='0.9.10')
)
libraryDependencies += "net.sourceforge.winstone" % "winstone" % "0.9.10"
[net.sourceforge.winstone/winstone "0.9.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| httpunit : httpunit | jar | 1.6 |