MVN

com.epam.dep.esp : gmp-tools

Maven & Gradle

Jan 04, 2022
0 stars

gmp-tools · Tools module for GroovyManiPulator

<dependency>
    <groupId>com.epam.dep.esp</groupId>
    <artifactId>gmp-tools</artifactId>
    <version>6.1.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.epam.dep.esp : gmp-tools to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.1.25

All Versions

Choose a version of com.epam.dep.esp : gmp-tools to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.1.x
gmp-tools-6.1.25
gmp-tools-6.1.24
gmp-tools-6.1.23
gmp-tools-6.1.22
gmp-tools-6.1.19
gmp-tools-6.1.18
gmp-tools-6.1.17
gmp-tools-6.1.12
gmp-tools-6.1.7
gmp-tools-6.1.2
gmp-tools-6.1.0
v6.1.x
gmp-tools-v6.1.21
gmp-tools-v6.1.20
gmp-tools-v6.1.10
gmp-tools-v6.1.9
gmp-tools-v6.1.3

How to add a dependency to Maven

Add the following com.epam.dep.esp : gmp-tools maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.epam.dep.esp</groupId>
    <artifactId>gmp-tools</artifactId>
    <version>6.1.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.epam.dep.esp : gmp-tools gradle dependency to your build.gradle file:

implementation 'com.epam.dep.esp:gmp-tools:6.1.25'

Gradle Kotlin DSL: Add the following com.epam.dep.esp : gmp-tools gradle kotlin dependency to your build.gradle.kts file:

implementation("com.epam.dep.esp:gmp-tools:6.1.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.epam.dep.esp : gmp-tools sbt scala dependency to your build.sbt file:

libraryDependencies += "com.epam.dep.esp" % "gmp-tools" % "6.1.25"

Advertisement