.__ __________ .__ __ .__ .__
______ |__|____ _____________________ \______ \_____ ____ |__| _____/ |_| |__ |__| ____ ____
\____ \| \__ \ \___ /\___ /\__ \ | ___/\__ \ / \| |/ ___\ __\ | \| |/ \ / ___\
| |_> > |/ __ \_/ / / / / __ \| | / __ \| | \ \ \___| | | Y \ | | \/ /_/ >
| __/|__(____ /_____ \/_____ \(____ /____| (____ /___| /__|\___ >__| |___| /__|___| /\___ /
|__| \/ \/ \/ \/ \/ \/ \/ \/ \//_____/
balls
dependencies {
api "com.badlogicgames.gdx:gdx:$gdxVersion"
api "com.badlogicgames.gdx:gdx-box2d:$gdxVersion"
// https://mvnrepository.com/artifact/org.javatuples/javatuples
implementation group: 'org.javatuples', name: 'javatuples', version: '1.2'
// https://mvnrepository.com/artifact/org.json/json
implementation group: 'org.json', name: 'json', version: '20220924'
}