License |
License |
---|---|
GroupId | GroupIdcom.github.shyiko.jsst |
ArtifactId | ArtifactIdjsst |
Version | Version1.0.4 |
Type | Typepom |
Description |
DescriptionJava Server-Side Testing framework
Provides facilities for server-side testing
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsst-1.0.4.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shyiko.jsst/jsst/ -->
<dependency>
<groupId>com.github.shyiko.jsst</groupId>
<artifactId>jsst</artifactId>
<version>1.0.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.shyiko.jsst/jsst/
implementation 'com.github.shyiko.jsst:jsst:1.0.4'
// https://jarcasting.com/artifacts/com.github.shyiko.jsst/jsst/
implementation ("com.github.shyiko.jsst:jsst:1.0.4")
'com.github.shyiko.jsst:jsst:pom:1.0.4'
<dependency org="com.github.shyiko.jsst" name="jsst" rev="1.0.4">
<artifact name="jsst" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.shyiko.jsst', module='jsst', version='1.0.4')
)
libraryDependencies += "com.github.shyiko.jsst" % "jsst" % "1.0.4"
[com.github.shyiko.jsst/jsst "1.0.4"]