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