GroupId | GroupIdcom.epam.dep.esp |
---|---|
ArtifactId | ArtifactIdgmp |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
gmp-0.2.0.pom | |
gmp-0.2.0.jar | 47 KB |
gmp-0.2.0-sources.jar | 36 KB |
gmp-0.2.0-javadoc.jar | 119 KB |
Browse |
<!-- 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"]