Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.bdeneuter |
ArtifactId | ArtifactIdmindstorms-plugin |
Version | Version1.2.2 |
Type | Typejar |
Filename | Size |
---|---|
mindstorms-plugin-1.2.2.pom | |
mindstorms-plugin-1.2.2.jar | 36 KB |
mindstorms-plugin-1.2.2-sources.jar | 3 KB |
mindstorms-plugin-1.2.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bdeneuter/mindstorms-plugin/ -->
<dependency>
<groupId>com.github.bdeneuter</groupId>
<artifactId>mindstorms-plugin</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bdeneuter/mindstorms-plugin/
implementation 'com.github.bdeneuter:mindstorms-plugin:1.2.2'
// https://jarcasting.com/artifacts/com.github.bdeneuter/mindstorms-plugin/
implementation ("com.github.bdeneuter:mindstorms-plugin:1.2.2")
'com.github.bdeneuter:mindstorms-plugin:jar:1.2.2'
<dependency org="com.github.bdeneuter" name="mindstorms-plugin" rev="1.2.2">
<artifact name="mindstorms-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bdeneuter', module='mindstorms-plugin', version='1.2.2')
)
libraryDependencies += "com.github.bdeneuter" % "mindstorms-plugin" % "1.2.2"
[com.github.bdeneuter/mindstorms-plugin "1.2.2"]