Files
java-examples/feed/build.gradle.kts
2024-02-21 01:13:13 +09:00

17 lines
270 B
Kotlin

/*
* Examples for Java
*
* Copyright (c) 2021. Elex. All Rights Reserved.
* https://www.elex-project.com/
*/
plugins {
id("elex-java")
}
dependencies {
// https://mvnrepository.com/artifact/com.rometools/rome
implementation("com.rometools:rome:2.1.0")
}