Files download
File Operation
jscreenshot-0.0.1.jar download
jscreenshot-0.0.1.pom download
jscreenshot-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>pl.kotcrab</groupId>
  <artifactId>jscreenshot</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'pl.kotcrab:jscreenshot:0.0.1'
Gradle Kotlin
implementation("pl.kotcrab:jscreenshot:0.0.1")
Scala SBT
libraryDependencies += "pl.kotcrab" % "jscreenshot" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='pl.kotcrab', module='jscreenshot', version='0.0.1')
)
Apache Ivy
<dependency org="pl.kotcrab" name="jscreenshot" rev="0.0.1" />
Leiningen
[pl.kotcrab/jscreenshot "0.0.1"]
Apache Buildr
'pl.kotcrab:jscreenshot:jar:0.0.1'
Dependencies
The project has no third-party dependencies