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