| Группа | Группаlove.forte.simple-robot |
|---|---|
| Идентификатор | Идентификаторcore-parent |
| Версия | Версия2.1.0-RC.3 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| core-parent-2.1.0-RC.3.pom | 709 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/love.forte.simple-robot/core-parent/ -->
<dependency>
<groupId>love.forte.simple-robot</groupId>
<artifactId>core-parent</artifactId>
<version>2.1.0-RC.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/love.forte.simple-robot/core-parent/
implementation 'love.forte.simple-robot:core-parent:2.1.0-RC.3'
// https://jarcasting.com/artifacts/love.forte.simple-robot/core-parent/
implementation ("love.forte.simple-robot:core-parent:2.1.0-RC.3")
'love.forte.simple-robot:core-parent:pom:2.1.0-RC.3'
<dependency org="love.forte.simple-robot" name="core-parent" rev="2.1.0-RC.3">
<artifact name="core-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='love.forte.simple-robot', module='core-parent', version='2.1.0-RC.3')
)
libraryDependencies += "love.forte.simple-robot" % "core-parent" % "2.1.0-RC.3"
[love.forte.simple-robot/core-parent "2.1.0-RC.3"]