Java Server-Side Testing framework - War

Provides WAR-archive that along with tests should be deployed on the server

License

License

GroupId

GroupId

com.github.shyiko.jsst
ArtifactId

ArtifactId

jsst-war
Last Version

Last Version

1.0.4
Release Date

Release Date

Type

Type

war
Description

Description

Java Server-Side Testing framework - War
Provides WAR-archive that along with tests should be deployed on the server
Project URL

Project URL

http://github.com/shyiko/jsst

Download jsst-war

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.shyiko.jsst/jsst-war/ -->
<dependency>
    <groupId>com.github.shyiko.jsst</groupId>
    <artifactId>jsst-war</artifactId>
    <version>1.0.4</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shyiko.jsst/jsst-war/
implementation 'com.github.shyiko.jsst:jsst-war:1.0.4'
// https://jarcasting.com/artifacts/com.github.shyiko.jsst/jsst-war/
implementation ("com.github.shyiko.jsst:jsst-war:1.0.4")
'com.github.shyiko.jsst:jsst-war:war:1.0.4'
<dependency org="com.github.shyiko.jsst" name="jsst-war" rev="1.0.4">
  <artifact name="jsst-war" type="war" />
</dependency>
@Grapes(
@Grab(group='com.github.shyiko.jsst', module='jsst-war', version='1.0.4')
)
libraryDependencies += "com.github.shyiko.jsst" % "jsst-war" % "1.0.4"
[com.github.shyiko.jsst/jsst-war "1.0.4"]

Dependencies

compile (2)

Group / Artifact Type Version
org.json : json jar 20090211
com.github.shyiko.jsst : jsst-core jar 1.0.4

provided (1)

Group / Artifact Type Version
javax.servlet : servlet-api jar 2.5

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.4