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