Files
Gruppe-01-fin/Projekte/mdga/model/build.gradle
2024-11-12 17:26:10 +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
}