GroupId | GroupIdcom.epam.dep.esp |
---|---|
ArtifactId | ArtifactIdgmp |
Version | Version0.0.13 |
Type | Typejar |
Filename | Size |
---|---|
gmp-0.0.13.pom | |
gmp-0.0.13.jar | 29 KB |
gmp-0.0.13-sources.jar | 21 KB |
gmp-0.0.13-javadoc.jar | 70 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.epam.dep.esp/gmp/ -->
<dependency>
<groupId>com.epam.dep.esp</groupId>
<artifactId>gmp</artifactId>
<version>0.0.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.epam.dep.esp/gmp/
implementation 'com.epam.dep.esp:gmp:0.0.13'
// https://jarcasting.com/artifacts/com.epam.dep.esp/gmp/
implementation ("com.epam.dep.esp:gmp:0.0.13")
'com.epam.dep.esp:gmp:jar:0.0.13'
<dependency org="com.epam.dep.esp" name="gmp" rev="0.0.13">
<artifact name="gmp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.epam.dep.esp', module='gmp', version='0.0.13')
)
libraryDependencies += "com.epam.dep.esp" % "gmp" % "0.0.13"
[com.epam.dep.esp/gmp "0.0.13"]