add: стабильная версия

This commit is contained in:
2024-02-27 14:20:49 +03:00
commit 38dd350d59
19 changed files with 749 additions and 0 deletions

21
README.MD Normal file
View File

@@ -0,0 +1,21 @@
# XmlElement
## Подключение к проекту
### Gradle
```groovy
implementation("ru.di9:xml-element:1.0")
```
## Сборка
```shell
gradle build
```
## Установка в локальный Maven
```shell
gradle publishToMavenLocal
```