Files
Gruppe-01-fin/Projekte/mdga/model/build.gradle
Felix Koppe 02b536aa82 102IQ
2024-11-30 13:17:53 +01:00

12 lines
235 B
Groovy

plugins {
id 'buildlogic.java-library-conventions'
}
description = 'MDGA common model'
dependencies {
api project(":common")
api libs.jme3.networking
implementation libs.gson
testImplementation libs.mockito.core
}