Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.heigit.bigspatialdata |
ArtifactId | ArtifactIdetl |
Version | Version0.5.8 |
Type | Typejar |
Filename | Size |
---|---|
etl-0.5.8.pom | |
etl-0.5.8.jar | 17 MB |
etl-0.5.8-sources.jar | 96 KB |
etl-0.5.8-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.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.heigit.bigspatialdata/etl/
implementation 'org.heigit.bigspatialdata:etl:0.5.8'
// https://jarcasting.com/artifacts/org.heigit.bigspatialdata/etl/
implementation ("org.heigit.bigspatialdata:etl:0.5.8")
'org.heigit.bigspatialdata:etl:jar:0.5.8'
<dependency org="org.heigit.bigspatialdata" name="etl" rev="0.5.8">
<artifact name="etl" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.heigit.bigspatialdata', module='etl', version='0.5.8')
)
libraryDependencies += "org.heigit.bigspatialdata" % "etl" % "0.5.8"
[org.heigit.bigspatialdata/etl "0.5.8"]