Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.github.bdeneuter |
ArtifactId | ArtifactIdmindstorms-plugin |
Version | Version1.0.0-beta |
Type | Typejar |
Filename | Size |
---|---|
mindstorms-plugin-1.0.0-beta.pom | |
mindstorms-plugin-1.0.0-beta.jar | 21 KB |
mindstorms-plugin-1.0.0-beta-sources.jar | 3 KB |
mindstorms-plugin-1.0.0-beta-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.0.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bdeneuter/mindstorms-plugin/
implementation 'com.github.bdeneuter:mindstorms-plugin:1.0.0-beta'
// https://jarcasting.com/artifacts/com.github.bdeneuter/mindstorms-plugin/
implementation ("com.github.bdeneuter:mindstorms-plugin:1.0.0-beta")
'com.github.bdeneuter:mindstorms-plugin:jar:1.0.0-beta'
<dependency org="com.github.bdeneuter" name="mindstorms-plugin" rev="1.0.0-beta">
<artifact name="mindstorms-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bdeneuter', module='mindstorms-plugin', version='1.0.0-beta')
)
libraryDependencies += "com.github.bdeneuter" % "mindstorms-plugin" % "1.0.0-beta"
[com.github.bdeneuter/mindstorms-plugin "1.0.0-beta"]