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