a

antiprint-e2e-tests

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