Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/muqhc/xml-to-skolloble
- Owner: muqhc
- License: mit
- Created: 2022-03-08T10:38:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-15T03:09:54.000Z (over 2 years ago)
- Last Synced: 2024-12-07T09:25:17.809Z (about 2 months ago)
- Language: Kotlin
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)