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