| GroupId | GroupIdes.weso |
|---|---|
| ArtifactId | ArtifactIdshapepath_2.13 |
| Version | Version0.1.108-ult_0 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/es.weso/shapepath_2.13/ -->
<dependency>
<groupId>es.weso</groupId>
<artifactId>shapepath_2.13</artifactId>
<version>0.1.108-ult_0</version>
</dependency>
// https://jarcasting.com/artifacts/es.weso/shapepath_2.13/
implementation 'es.weso:shapepath_2.13:0.1.108-ult_0'
// https://jarcasting.com/artifacts/es.weso/shapepath_2.13/
implementation ("es.weso:shapepath_2.13:0.1.108-ult_0")
'es.weso:shapepath_2.13:jar:0.1.108-ult_0'
<dependency org="es.weso" name="shapepath_2.13" rev="0.1.108-ult_0">
<artifact name="shapepath_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='es.weso', module='shapepath_2.13', version='0.1.108-ult_0')
)
libraryDependencies += "es.weso" % "shapepath_2.13" % "0.1.108-ult_0"
[es.weso/shapepath_2.13 "0.1.108-ult_0"]