2023-04-16

This commit is contained in:
2023-04-16 14:11:23 +09:00
parent 28cddcb77b
commit e41240ccb2
6 changed files with 96 additions and 3 deletions

16
gson/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.google.code.gson/gson
implementation("com.google.code.gson:gson:2.10.1")
}