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