| Категории |
КатегорииORM Данные |
|---|---|
| Группа | Группаcom.github.bdeneuter |
| Идентификатор | Идентификаторmindstorms-plugin |
| Версия | Версия1.1.0-beta |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| mindstorms-plugin-1.1.0-beta.pom | |
| mindstorms-plugin-1.1.0-beta.jar | 28 KB |
| mindstorms-plugin-1.1.0-beta-sources.jar | 3 KB |
| mindstorms-plugin-1.1.0-beta-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.bdeneuter/mindstorms-plugin/ -->
<dependency>
<groupId>com.github.bdeneuter</groupId>
<artifactId>mindstorms-plugin</artifactId>
<version>1.1.0-beta</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bdeneuter/mindstorms-plugin/
implementation 'com.github.bdeneuter:mindstorms-plugin:1.1.0-beta'
// https://jarcasting.com/artifacts/com.github.bdeneuter/mindstorms-plugin/
implementation ("com.github.bdeneuter:mindstorms-plugin:1.1.0-beta")
'com.github.bdeneuter:mindstorms-plugin:jar:1.1.0-beta'
<dependency org="com.github.bdeneuter" name="mindstorms-plugin" rev="1.1.0-beta">
<artifact name="mindstorms-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bdeneuter', module='mindstorms-plugin', version='1.1.0-beta')
)
libraryDependencies += "com.github.bdeneuter" % "mindstorms-plugin" % "1.1.0-beta"
[com.github.bdeneuter/mindstorms-plugin "1.1.0-beta"]