org.carlmontrobotics.deepbluesim
所有者: Deep Blue Robotics
一个简化使用 Webots 进行仿真开发 WPILib 项目的插件。
https://github.com/DeepBlueRobotics/DeepBlueSim
来源: https://github.com/DeepBlueRobotics/DeepBlueSim.git
使用 插件 DSL
plugins {
id("org.carlmontrobotics.deepbluesim") version "0.0.65"
}
使用 传统的插件应用
buildscript {
repositories {
maven {
url = uri("https://plugins.gradle.org.cn/m2/")
}
}
dependencies {
classpath("org.carlmontrobotics:deepbluesim-plugin:0.0.65")
}
}
apply(plugin = "org.carlmontrobotics.deepbluesim")