- Tim Metzler @tmetzl
- Sogol Haghighat @SogolHaghighat
- JADE 4.5.+
- JUnit 4.12
- JSON 20171018
Execute the gradle.bat
gradlew.bat run
It will automatically get the dependencies and start JADE with the configured agents. In case you want to clean you workspace run
gradlew.bat clean
Execute the Gradle Wrapper
./gradlew run
It will automatically get the dependencies and start JADE with the configured agents. In case you want to clean you workspace run
./gradlew clean
To use this project with eclipse run
gradle.bat eclipse
./gradlew eclipse
This command will create the necessary eclipse files. Afterwards you can import the project folder.