| Категории |
КатегорииIDE Инструменты разработки Данные |
|---|---|
| Группа | Группаcom.github.database-rider |
| Идентификатор | Идентификаторrider-parent |
| Версия | Версия1.0.0-RC2 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| rider-parent-1.0.0-RC2.pom | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.database-rider/rider-parent/ -->
<dependency>
<groupId>com.github.database-rider</groupId>
<artifactId>rider-parent</artifactId>
<version>1.0.0-RC2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.database-rider/rider-parent/
implementation 'com.github.database-rider:rider-parent:1.0.0-RC2'
// https://jarcasting.com/artifacts/com.github.database-rider/rider-parent/
implementation ("com.github.database-rider:rider-parent:1.0.0-RC2")
'com.github.database-rider:rider-parent:pom:1.0.0-RC2'
<dependency org="com.github.database-rider" name="rider-parent" rev="1.0.0-RC2">
<artifact name="rider-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.database-rider', module='rider-parent', version='1.0.0-RC2')
)
libraryDependencies += "com.github.database-rider" % "rider-parent" % "1.0.0-RC2"
[com.github.database-rider/rider-parent "1.0.0-RC2"]