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