team api implementation

This commit is contained in:
2025-05-30 00:38:21 +02:00
parent df0f36fad4
commit da6fbf6e4b
7 changed files with 126 additions and 15 deletions

View File

@ -25,6 +25,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.spongepowered:configurate-yaml:4.1.2'
implementation 'com.google.guava:guava:32.0.1-android'
implementation 'org.apache.httpcomponents:httpclient:4.5.14'
}
java {