| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.oneandone |
| ArtifactId | ArtifactIdhellowar |
| Last Version | Last Version1.0.5 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionHello World Servlet
Servlet to print hello world. And diagnostic information
|
| Project Organization |
Project Organization1&1 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| hellowar-1.0.5.pom | |
| hellowar-1.0.5.war | 6 KB |
| hellowar-1.0.5-sources.jar | 2 KB |
| hellowar-1.0.5-javadoc.jar | 25 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.oneandone/hellowar/ -->
<dependency>
<groupId>net.oneandone</groupId>
<artifactId>hellowar</artifactId>
<version>1.0.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.oneandone/hellowar/
implementation 'net.oneandone:hellowar:1.0.5'
// https://jarcasting.com/artifacts/net.oneandone/hellowar/
implementation ("net.oneandone:hellowar:1.0.5")
'net.oneandone:hellowar:war:1.0.5'
<dependency org="net.oneandone" name="hellowar" rev="1.0.5">
<artifact name="hellowar" type="war" />
</dependency>
@Grapes(
@Grab(group='net.oneandone', module='hellowar', version='1.0.5')
)
libraryDependencies += "net.oneandone" % "hellowar" % "1.0.5"
[net.oneandone/hellowar "1.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.5 |