| Категории |
КатегорииGeo Прикладные библиотеки Geospatial |
|---|---|
| Группа | Группаio.sgr |
| Идентификатор | Идентификаторgeometry-common |
| Версия | Версия1.0.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| geometry-common-1.0.0.pom | |
| geometry-common-1.0.0.jar | 9 KB |
| geometry-common-1.0.0-sources.jar | 9 KB |
| geometry-common-1.0.0-javadoc.jar | 34 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.sgr/geometry-common/ -->
<dependency>
<groupId>io.sgr</groupId>
<artifactId>geometry-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.sgr/geometry-common/
implementation 'io.sgr:geometry-common:1.0.0'
// https://jarcasting.com/artifacts/io.sgr/geometry-common/
implementation ("io.sgr:geometry-common:1.0.0")
'io.sgr:geometry-common:jar:1.0.0'
<dependency org="io.sgr" name="geometry-common" rev="1.0.0">
<artifact name="geometry-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.sgr', module='geometry-common', version='1.0.0')
)
libraryDependencies += "io.sgr" % "geometry-common" % "1.0.0"
[io.sgr/geometry-common "1.0.0"]