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