a

antiprint-e2e-tests

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