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