License |
License |
---|---|
GroupId | GroupIdcom.github.shyiko.jsst |
ArtifactId | ArtifactIdjsst-core |
Last Version | Last Version1.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava Server-Side Testing framework - Core
Provides core functionality of JSST
|
Project URL |
Project URL |
Filename | Size |
---|---|
jsst-core-1.0.4.pom | |
jsst-core-1.0.4.jar | 10 KB |
jsst-core-1.0.4-sources.jar | 10 KB |
jsst-core-1.0.4-javadoc.jar | 92 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shyiko.jsst/jsst-core/ -->
<dependency>
<groupId>com.github.shyiko.jsst</groupId>
<artifactId>jsst-core</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shyiko.jsst/jsst-core/
implementation 'com.github.shyiko.jsst:jsst-core:1.0.4'
// https://jarcasting.com/artifacts/com.github.shyiko.jsst/jsst-core/
implementation ("com.github.shyiko.jsst:jsst-core:1.0.4")
'com.github.shyiko.jsst:jsst-core:jar:1.0.4'
<dependency org="com.github.shyiko.jsst" name="jsst-core" rev="1.0.4">
<artifact name="jsst-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shyiko.jsst', module='jsst-core', version='1.0.4')
)
libraryDependencies += "com.github.shyiko.jsst" % "jsst-core" % "1.0.4"
[com.github.shyiko.jsst/jsst-core "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.aspectj : aspectjrt | jar | 1.6.9 |
org.aspectj : aspectjweaver | jar | 1.6.9 |
commons-httpclient : commons-httpclient | jar | 3.1 |
commons-logging : commons-logging | jar | 1.0.4 |
commons-codec : commons-codec | jar | 1.2 |
org.json : json | jar | 20090211 |