| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.wowtools |
| Идентификатор | Идентификаторgiscat-vector |
| Версия | Версия1.1.1-STABLE |
| Тип | Типpom |
| Описание |
Описаниеgiscat is a compact and fast tool set of Java GIS
|
| Имя Файла | Размер |
|---|---|
| giscat-vector-1.1.1-STABLE.pom | 645 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.wowtools/giscat-vector/ -->
<dependency>
<groupId>org.wowtools</groupId>
<artifactId>giscat-vector</artifactId>
<version>1.1.1-STABLE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wowtools/giscat-vector/
implementation 'org.wowtools:giscat-vector:1.1.1-STABLE'
// https://jarcasting.com/artifacts/org.wowtools/giscat-vector/
implementation ("org.wowtools:giscat-vector:1.1.1-STABLE")
'org.wowtools:giscat-vector:pom:1.1.1-STABLE'
<dependency org="org.wowtools" name="giscat-vector" rev="1.1.1-STABLE">
<artifact name="giscat-vector" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wowtools', module='giscat-vector', version='1.1.1-STABLE')
)
libraryDependencies += "org.wowtools" % "giscat-vector" % "1.1.1-STABLE"
[org.wowtools/giscat-vector "1.1.1-STABLE"]