2021-08-18

This commit is contained in:
2021-08-18 12:46:22 +09:00
parent b0d3615378
commit 84bdef283c
13 changed files with 649 additions and 1 deletions

15
sysinfo/build.gradle.kts Normal file
View File

@@ -0,0 +1,15 @@
/*
* Examples for Java
*
* Copyright (c) 2021. Elex. All Rights Reserved.
* https://www.elex-project.com/
*/
plugins {
id("elex-java")
}
dependencies {
}