<dependency> <groupId>com.epam.dep.esp</groupId> <artifactId>gmp</artifactId> <version>0.0.13</version> </dependency>
implementation 'com.epam.dep.esp:gmp:0.0.13'
implementation("com.epam.dep.esp:gmp:0.0.13")
libraryDependencies += "com.epam.dep.esp" % "gmp" % "0.0.13"
@Grapes( @Grab(group='com.epam.dep.esp', module='gmp', version='0.0.13') )
<dependency org="com.epam.dep.esp" name="gmp" rev="0.0.13" />
[com.epam.dep.esp/gmp "0.0.13"]
'com.epam.dep.esp:gmp:jar:0.0.13'
compile
|-- org.codehaus.groovy:groovy-all:2.4.7
|-- org.springframework:spring-context-support:4.2.7.RELEASE
|-- org.springframework:spring-aspects:4.2.7.RELEASE
|-- org.slf4j:slf4j-log4j12:1.7.21
|-- com.epam.dep.esp:gmp-common:0.0.4
|-- commons-cli:commons-cli:1.4
test
|-- junit:junit:4.11