Files download
File Operation
resteasy-junit-extension-parent-1.0.0.Alpha2.pom download
Apache Maven
<dependency>
  <groupId>dev.resteasy.junit.extension</groupId>
  <artifactId>resteasy-junit-extension-parent</artifactId>
  <version>1.0.0.Alpha2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'dev.resteasy.junit.extension:resteasy-junit-extension-parent:1.0.0.Alpha2'
Gradle Kotlin
implementation("dev.resteasy.junit.extension:resteasy-junit-extension-parent:1.0.0.Alpha2")
Scala SBT
libraryDependencies += "dev.resteasy.junit.extension" % "resteasy-junit-extension-parent" % "1.0.0.Alpha2"
Groovy Grape
@Grapes(
  @Grab(group='dev.resteasy.junit.extension', module='resteasy-junit-extension-parent', version='1.0.0.Alpha2')
)
Apache Ivy
<dependency org="dev.resteasy.junit.extension" name="resteasy-junit-extension-parent" rev="1.0.0.Alpha2" />
Leiningen
[dev.resteasy.junit.extension/resteasy-junit-extension-parent "1.0.0.Alpha2"]
Apache Buildr
'dev.resteasy.junit.extension:resteasy-junit-extension-parent:jar:1.0.0.Alpha2'