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