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