- add synd-feed

This commit is contained in:
2024-02-21 01:13:13 +09:00
parent 0efdfb1085
commit 51a85cbcfc
7 changed files with 141 additions and 0 deletions

16
feed/build.gradle.kts Normal file
View File

@@ -0,0 +1,16 @@
/*
* 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")
}