<dependency> <groupId>com.github.mike10004</groupId> <artifactId>xvfb-testing</artifactId> <version>0.15</version> </dependency>
implementation 'com.github.mike10004:xvfb-testing:0.15'
implementation("com.github.mike10004:xvfb-testing:0.15")
libraryDependencies += "com.github.mike10004" % "xvfb-testing" % "0.15"
@Grapes( @Grab(group='com.github.mike10004', module='xvfb-testing', version='0.15') )
<dependency org="com.github.mike10004" name="xvfb-testing" rev="0.15" />
[com.github.mike10004/xvfb-testing "0.15"]
'com.github.mike10004:xvfb-testing:jar:0.15'
<parent> <groupId>com.github.mike10004</groupId> <artifactId>xvfb-manager-parent</artifactId> <version>0.15</version> </parent>
compile
|-- com.github.mike10004:xvfb-manager
|-- junit:junit
test
|-- org.slf4j:slf4j-simple:1.7.21
|-- com.github.mike10004:xvfb-unittest-help