added apache commons collections version 4.4
This commit is contained in:
parent
32c9c8e870
commit
28c19bfb7a
@ -31,6 +31,7 @@ dependencies {
|
|||||||
implementation 'org.apache.logging.log4j:log4j-api:2.17.1'
|
implementation 'org.apache.logging.log4j:log4j-api:2.17.1'
|
||||||
implementation 'org.apache.logging.log4j:log4j-core:2.17.1'
|
implementation 'org.apache.logging.log4j:log4j-core:2.17.1'
|
||||||
implementation 'org.openjfx:javafx-controls:18'
|
implementation 'org.openjfx:javafx-controls:18'
|
||||||
|
implementation group: 'org.apache.commons', name: 'commons-collections4', version: '4.4'
|
||||||
testImplementation('org.junit.jupiter:junit-jupiter:5.8.2')
|
testImplementation('org.junit.jupiter:junit-jupiter:5.8.2')
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -0,0 +1,8 @@
|
|||||||
|
package ch.unibas.dmi.dbis.cs108.sebaschi;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* This Class represents
|
||||||
|
*/
|
||||||
|
public class CentralServerData {
|
||||||
|
|
||||||
|
}
|
||||||
@ -0,0 +1,5 @@
|
|||||||
|
package ch.unibas.dmi.dbis.cs108.sebaschi;
|
||||||
|
|
||||||
|
public class GameSessionData {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user