| Группа | Группаorg.arakhne.afc.advanced |
|---|---|
| Идентификатор | Идентификаторshapefile |
| Версия | Версия16.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| shapefile-16.0.pom | |
| shapefile-16.0.jar | 59 KB |
| shapefile-16.0-sources.jar | 65 KB |
| shapefile-16.0-javadoc.jar | 311 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.arakhne.afc.advanced/shapefile/ -->
<dependency>
<groupId>org.arakhne.afc.advanced</groupId>
<artifactId>shapefile</artifactId>
<version>16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.arakhne.afc.advanced/shapefile/
implementation 'org.arakhne.afc.advanced:shapefile:16.0'
// https://jarcasting.com/artifacts/org.arakhne.afc.advanced/shapefile/
implementation ("org.arakhne.afc.advanced:shapefile:16.0")
'org.arakhne.afc.advanced:shapefile:jar:16.0'
<dependency org="org.arakhne.afc.advanced" name="shapefile" rev="16.0">
<artifact name="shapefile" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.arakhne.afc.advanced', module='shapefile', version='16.0')
)
libraryDependencies += "org.arakhne.afc.advanced" % "shapefile" % "16.0"
[org.arakhne.afc.advanced/shapefile "16.0"]