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