is not current version
Last Version 1.2.3

com.github.bdeneuter:mindstorms-plugin 1.0.0

Gradle plugin that can be used to build and copy Java applications from and to the Lego Mindstorms EV3 brick

Categories

Categories

ORM Data
GroupId

GroupId

com.github.bdeneuter
ArtifactId

ArtifactId

mindstorms-plugin
Version

Version

1.0.0
Type

Type

jar

Download mindstorms-plugin 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.bdeneuter/mindstorms-plugin/ -->
<dependency>
    <groupId>com.github.bdeneuter</groupId>
    <artifactId>mindstorms-plugin</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bdeneuter/mindstorms-plugin/
implementation 'com.github.bdeneuter:mindstorms-plugin:1.0.0'
// https://jarcasting.com/artifacts/com.github.bdeneuter/mindstorms-plugin/
implementation ("com.github.bdeneuter:mindstorms-plugin:1.0.0")
'com.github.bdeneuter:mindstorms-plugin:jar:1.0.0'
<dependency org="com.github.bdeneuter" name="mindstorms-plugin" rev="1.0.0">
  <artifact name="mindstorms-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bdeneuter', module='mindstorms-plugin', version='1.0.0')
)
libraryDependencies += "com.github.bdeneuter" % "mindstorms-plugin" % "1.0.0"
[com.github.bdeneuter/mindstorms-plugin "1.0.0"]