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