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