Android Arsenal

The art of simplicity is a puzzle of complexity.

Android jitpack version

This version is a port from the original repository.

Changes made:

With this version you can use snakeyaml directly from jitpack!

Just add jitpack to repositories

allprojects {
    repositories {
    ...
    maven { url "https://jitpack.io" }
  }
}

And the dependency

dependencies {
    compile 'com.github.bmoliveira:snake-yaml:v1.18-android'
}

Overview

YAML is a data serialization format designed for human readability and interaction with scripting languages.

SnakeYAML is a YAML processor for the Java Virtual Machine.

SnakeYAML features

Info

Contribute