migration


License

License

GroupId

GroupId

com.github.aaronp
ArtifactId

ArtifactId

migration_2.13
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

migration
migration
Project URL

Project URL

https://github.com/aaronp/migration
Project Organization

Project Organization

com.github.aaronp
Source Code Management

Source Code Management

https://github.com/aaronp/migration

Download migration_2.13

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.aaronp/migration_2.13/ -->
<dependency>
    <groupId>com.github.aaronp</groupId>
    <artifactId>migration_2.13</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aaronp/migration_2.13/
implementation 'com.github.aaronp:migration_2.13:1.0.1'
// https://jarcasting.com/artifacts/com.github.aaronp/migration_2.13/
implementation ("com.github.aaronp:migration_2.13:1.0.1")
'com.github.aaronp:migration_2.13:jar:1.0.1'
<dependency org="com.github.aaronp" name="migration_2.13" rev="1.0.1">
  <artifact name="migration_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aaronp', module='migration_2.13', version='1.0.1')
)
libraryDependencies += "com.github.aaronp" % "migration_2.13" % "1.0.1"
[com.github.aaronp/migration_2.13 "1.0.1"]

Dependencies

compile (7)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.13.3
com.typesafe : config jar 1.3.4
com.github.aaronp : args4c_2.13 jar 0.7.0
com.lihaoyi : requests_2.13 jar 0.6.5
dev.zio : zio_2.13 jar 1.0.1
org.scala-lang.modules : scala-xml_2.13 jar 1.3.0
com.github.aaronp : eie_2.13 jar 1.0.0

test (7)

Group / Artifact Type Version
org.scalactic : scalactic_2.13 jar 3.2.0
org.scalatest : scalatest_2.13 jar 3.2.0
org.pegdown : pegdown jar 1.6.0
junit : junit jar 4.12
dev.zio : zio-test_2.13 jar 1.0.1
dev.zio : zio-test-sbt_2.13 jar 1.0.1
dev.zio : zio-test-junit_2.13 jar 1.0.1

Project Modules

There are no modules declared in this project.

Migration

Build Status Maven Central Coverage Status Scaladoc

Collection of utilities to support:

  • querying an index file from a URL
  • downloading each listed zip entry in that index to a target directory using a filename regex
  • unzipping said entry using a regex for the file entries and ensuring it is valid xml

Versions

Version
1.0.1
1.0.0
0.0.1