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