| License |
License
The MIT license
|
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdorg.jvnet.sorcerer |
| ArtifactId | ArtifactIdstapler-testapp |
| Last Version | Last Version0.8 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
DescriptionSorcerer test webapp
|
| Filename | Size |
|---|---|
| stapler-testapp-0.8.pom | |
| stapler-testapp-0.8.war | 2 MB |
| stapler-testapp-0.8-sources.jar | 1 KB |
| stapler-testapp-0.8-javadoc.jar | 34 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.sorcerer/stapler-testapp/ -->
<dependency>
<groupId>org.jvnet.sorcerer</groupId>
<artifactId>stapler-testapp</artifactId>
<version>0.8</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.sorcerer/stapler-testapp/
implementation 'org.jvnet.sorcerer:stapler-testapp:0.8'
// https://jarcasting.com/artifacts/org.jvnet.sorcerer/stapler-testapp/
implementation ("org.jvnet.sorcerer:stapler-testapp:0.8")
'org.jvnet.sorcerer:stapler-testapp:war:0.8'
<dependency org="org.jvnet.sorcerer" name="stapler-testapp" rev="0.8">
<artifact name="stapler-testapp" type="war" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.sorcerer', module='stapler-testapp', version='0.8')
)
libraryDependencies += "org.jvnet.sorcerer" % "stapler-testapp" % "0.8"
[org.jvnet.sorcerer/stapler-testapp "0.8"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.jvnet.sorcerer : sorcerer-stapler | jar | 0.8 |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar | 2.3 |
| javax.servlet : jsp-api | jar | 2.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8 |