| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.gridfour |
| Идентификатор | ИдентификаторGridfour |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеGridfour
Java library providing generic utilities for Raster (Grid) formatted data
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| Gridfour-1.0.2.pom | 7 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.gridfour/Gridfour/ -->
<dependency>
<groupId>org.gridfour</groupId>
<artifactId>Gridfour</artifactId>
<version>1.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.gridfour/Gridfour/
implementation 'org.gridfour:Gridfour:1.0.2'
// https://jarcasting.com/artifacts/org.gridfour/Gridfour/
implementation ("org.gridfour:Gridfour:1.0.2")
'org.gridfour:Gridfour:pom:1.0.2'
<dependency org="org.gridfour" name="Gridfour" rev="1.0.2">
<artifact name="Gridfour" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.gridfour', module='Gridfour', version='1.0.2')
)
libraryDependencies += "org.gridfour" % "Gridfour" % "1.0.2"
[org.gridfour/Gridfour "1.0.2"]