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