Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.heigit.bigspatialdata |
ArtifactId | ArtifactIdetl |
Version | Version0.5.7 |
Type | Typejar |
Filename | Size |
---|---|
etl-0.5.7.pom | |
etl-0.5.7.jar | 17 MB |
etl-0.5.7-sources.jar | 96 KB |
etl-0.5.7-javadoc.jar | 725 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.heigit.bigspatialdata/etl/ -->
<dependency>
<groupId>org.heigit.bigspatialdata</groupId>
<artifactId>etl</artifactId>
<version>0.5.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.heigit.bigspatialdata/etl/
implementation 'org.heigit.bigspatialdata:etl:0.5.7'
// https://jarcasting.com/artifacts/org.heigit.bigspatialdata/etl/
implementation ("org.heigit.bigspatialdata:etl:0.5.7")
'org.heigit.bigspatialdata:etl:jar:0.5.7'
<dependency org="org.heigit.bigspatialdata" name="etl" rev="0.5.7">
<artifact name="etl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.heigit.bigspatialdata', module='etl', version='0.5.7')
)
libraryDependencies += "org.heigit.bigspatialdata" % "etl" % "0.5.7"
[org.heigit.bigspatialdata/etl "0.5.7"]