Core entities for working with Iglu in Scala.
Recent documentation can be found on dedicated wiki page: Iglu Scala Core.
Assuming git, JVM and SBT are installed:
$ git clone https://github.com/snowplow/iglu-scala-core
$ cd iglu-scala-core
$ sbt compile
In order to include Iglu Scala Core into your project, add following to your build.sbt
:
libraryDependencies += "com.snowplowanalytics" % "iglu-core" % "1.1.3"
Technical Docs | Setup Guide | Roadmap | Contributing |
---|---|---|---|
Iglu Scala Core is copyright 2016-2023 Snowplow Analytics Ltd.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this software except in compliance with the License.
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.