Files download
File Operation
dfp-1.0.2.jar download
dfp-1.0.2.pom download
dfp-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.epam.deltix</groupId>
  <artifactId>dfp</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'com.epam.deltix:dfp:1.0.2'
Gradle Kotlin
implementation("com.epam.deltix:dfp:1.0.2")
Scala SBT
libraryDependencies += "com.epam.deltix" % "dfp" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.epam.deltix', module='dfp', version='1.0.2')
)
Apache Ivy
<dependency org="com.epam.deltix" name="dfp" rev="1.0.2" />
Leiningen
[com.epam.deltix/dfp "1.0.2"]
Apache Buildr
'com.epam.deltix:dfp:jar:1.0.2'
Dependencies
The project has no third-party dependencies