| License |
License
GNU General Public License v3
|
|---|---|
| GroupId | GroupIdcom.crawljax.plugins |
| ArtifactId | ArtifactIdjsmodify |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJSModify Plugin
Intercept and instrument JavaScript code.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| jsmodify-1.0.pom | |
| jsmodify-1.0.jar | 14 KB |
| jsmodify-1.0-sources.jar | 9 KB |
| jsmodify-1.0-javadoc.jar | 57 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.crawljax.plugins/jsmodify/ -->
<dependency>
<groupId>com.crawljax.plugins</groupId>
<artifactId>jsmodify</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.crawljax.plugins/jsmodify/
implementation 'com.crawljax.plugins:jsmodify:1.0'
// https://jarcasting.com/artifacts/com.crawljax.plugins/jsmodify/
implementation ("com.crawljax.plugins:jsmodify:1.0")
'com.crawljax.plugins:jsmodify:jar:1.0'
<dependency org="com.crawljax.plugins" name="jsmodify" rev="1.0">
<artifact name="jsmodify" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.crawljax.plugins', module='jsmodify', version='1.0')
)
libraryDependencies += "com.crawljax.plugins" % "jsmodify" % "1.0"
[com.crawljax.plugins/jsmodify "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.crawljax.plugins » proxy-plugin | jar | 1.3 |
| org.mozilla : rhino | jar | 1.7R4 |
| com.crawljax : crawljax | jar | 2.2 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.2 |
| org.slf4j : jul-to-slf4j | jar | 1.7.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-library | jar | 1.3 |