| Группа | Группаio.github.ForteScarlet |
|---|---|
| Идентификатор | Идентификаторsimple-robot-core |
| Версия | Версия1.16.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| simple-robot-core-1.16.0.pom | |
| simple-robot-core-1.16.0.jar | 614 KB |
| simple-robot-core-1.16.0-sources.jar | 546 KB |
| simple-robot-core-1.16.0-javadoc.jar | 2 MB |
| simple-robot-core-1.16.0-jar-with-dependencies.jar | 6 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.ForteScarlet/simple-robot-core/ -->
<dependency>
<groupId>io.github.ForteScarlet</groupId>
<artifactId>simple-robot-core</artifactId>
<version>1.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ForteScarlet/simple-robot-core/
implementation 'io.github.ForteScarlet:simple-robot-core:1.16.0'
// https://jarcasting.com/artifacts/io.github.ForteScarlet/simple-robot-core/
implementation ("io.github.ForteScarlet:simple-robot-core:1.16.0")
'io.github.ForteScarlet:simple-robot-core:jar:1.16.0'
<dependency org="io.github.ForteScarlet" name="simple-robot-core" rev="1.16.0">
<artifact name="simple-robot-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ForteScarlet', module='simple-robot-core', version='1.16.0')
)
libraryDependencies += "io.github.ForteScarlet" % "simple-robot-core" % "1.16.0"
[io.github.ForteScarlet/simple-robot-core "1.16.0"]