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