Files download
File Operation
jsmodify-1.0.jar download
jsmodify-1.0.pom download
jsmodify-1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.crawljax.plugins</groupId>
  <artifactId>jsmodify</artifactId>
  <version>1.0</version>
</dependency>
Gradle Groovy
implementation 'com.crawljax.plugins:jsmodify:1.0'
Gradle Kotlin
implementation("com.crawljax.plugins:jsmodify:1.0")
Scala SBT
libraryDependencies += "com.crawljax.plugins" % "jsmodify" % "1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.crawljax.plugins', module='jsmodify', version='1.0')
)
Apache Ivy
<dependency org="com.crawljax.plugins" name="jsmodify" rev="1.0" />
Leiningen
[com.crawljax.plugins/jsmodify "1.0"]
Apache Buildr
'com.crawljax.plugins:jsmodify:jar:1.0'