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