GroupId | GroupIdcom.epam.dep.esp |
---|---|
ArtifactId | ArtifactIdgmp |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
gmp-0.1.0.pom | |
gmp-0.1.0.jar | 47 KB |
gmp-0.1.0-sources.jar | 37 KB |
gmp-0.1.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.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.epam.dep.esp/gmp/
implementation 'com.epam.dep.esp:gmp:0.1.0'
// https://jarcasting.com/artifacts/com.epam.dep.esp/gmp/
implementation ("com.epam.dep.esp:gmp:0.1.0")
'com.epam.dep.esp:gmp:jar:0.1.0'
<dependency org="com.epam.dep.esp" name="gmp" rev="0.1.0">
<artifact name="gmp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.epam.dep.esp', module='gmp', version='0.1.0')
)
libraryDependencies += "com.epam.dep.esp" % "gmp" % "0.1.0"
[com.epam.dep.esp/gmp "0.1.0"]