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