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