GroupId | GroupIdcom.github.mike10004 |
---|---|
ArtifactId | ArtifactIdxvfb-testing |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
xvfb-testing-0.1.pom | |
xvfb-testing-0.1.jar | 5 KB |
xvfb-testing-0.1-sources.jar | 3 KB |
xvfb-testing-0.1-javadoc.jar | 30 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.mike10004/xvfb-testing/ -->
<dependency>
<groupId>com.github.mike10004</groupId>
<artifactId>xvfb-testing</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/xvfb-testing/
implementation 'com.github.mike10004:xvfb-testing:0.1'
// https://jarcasting.com/artifacts/com.github.mike10004/xvfb-testing/
implementation ("com.github.mike10004:xvfb-testing:0.1")
'com.github.mike10004:xvfb-testing:jar:0.1'
<dependency org="com.github.mike10004" name="xvfb-testing" rev="0.1">
<artifact name="xvfb-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='xvfb-testing', version='0.1')
)
libraryDependencies += "com.github.mike10004" % "xvfb-testing" % "0.1"
[com.github.mike10004/xvfb-testing "0.1"]