diff --git a/2025.json b/2025.json index 6b6971d..62c355c 100644 --- a/2025.json +++ b/2025.json @@ -134,5 +134,13 @@ "uuid": "151ecca8-670b-4026-8160-cdd2679ef2bd", "description": "Redux Robotics 2025 Beta", "website": "https://docs.reduxrobotics.com/reduxlib" + }, + { + "path": "2025/maple-sim-0.2.0.json", + "name": "maplesim", + "version": "0.2.0", + "uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b", + "description": "FRC Java Robot Simulation using a physics engine", + "website": "https://github.com/Shenzhen-Robotics-Alliance/maple-sim" } ] \ No newline at end of file diff --git a/2025/maple-sim-0.2.0.json b/2025/maple-sim-0.2.0.json new file mode 100644 index 0000000..5861de7 --- /dev/null +++ b/2025/maple-sim-0.2.0.json @@ -0,0 +1,30 @@ +{ + "fileName": "maple-sim-0.2.0.json", + "name": "maplesim", + "version": "0.2.0", + "frcYear": "2025", + "uuid": "c39481e8-4a63-4a4c-9df6-48d91e4da37b", + "mavenUrls": [ + "https://shenzhen-robotics-alliance.github.io/maple-sim/vendordep/repos/releases", + "https://repo1.maven.org/maven2" + ], + "jsonUrl": "https://shenzhen-robotics-alliance.github.io/maple-sim/vendordep/maple-sim.json", + "javaDependencies": [ + { + "groupId": "org.ironmaple", + "artifactId": "maplesim-java", + "version": "0.2.0" + }, + { + "groupId": "org.dyn4j", + "artifactId": "dyn4j", + "version": "5.0.2" + } + ], + "jniDependencies": [ + + ], + "cppDependencies": [ + + ] +}