is not current version
Last Version 0.2.13

com.epam.dep.esp:gmp 0.2.0

Groovy ManiPulator

GroupId

GroupId

com.epam.dep.esp
ArtifactId

ArtifactId

gmp
Version

Version

0.2.0
Type

Type

jar

Download gmp 0.2.0


<!-- https://jarcasting.com/artifacts/com.epam.dep.esp/gmp/ -->
<dependency>
    <groupId>com.epam.dep.esp</groupId>
    <artifactId>gmp</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.epam.dep.esp/gmp/
implementation 'com.epam.dep.esp:gmp:0.2.0'
// https://jarcasting.com/artifacts/com.epam.dep.esp/gmp/
implementation ("com.epam.dep.esp:gmp:0.2.0")
'com.epam.dep.esp:gmp:jar:0.2.0'
<dependency org="com.epam.dep.esp" name="gmp" rev="0.2.0">
  <artifact name="gmp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.epam.dep.esp', module='gmp', version='0.2.0')
)
libraryDependencies += "com.epam.dep.esp" % "gmp" % "0.2.0"
[com.epam.dep.esp/gmp "0.2.0"]