Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/muqhc/xml-to-skolloble

simple library to convert .xml to .skolloble
https://github.com/muqhc/xml-to-skolloble

Last synced: about 1 month ago
JSON representation

simple library to convert .xml to .skolloble

Awesome Lists containing this project

README

        

# xml-to-skolloble
[![Maven Central](https://img.shields.io/maven-central/v/io.github.muqhc/xml-to-skolloble.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22io.github.muqhc%22%20AND%20a:%22xml-to-skolloble%22)

simple library to convert .xml to .skolloble

## build.gradle.kts
```kotlin
repositories {
mavenCentral()
}

dependencies {
implementation("io.github.muqhc:xml-to-skolloble:1.3.1")
}
```

## [Example](src/test/kotlin/Test.kt)