| GroupId | GroupIdio.github.ethereal-rpc |
|---|---|
| ArtifactId | ArtifactIdEtherealC |
| Version | Version1.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| EtherealC-1.0.4.pom | |
| EtherealC-1.0.4.jar | 83 KB |
| EtherealC-1.0.4-sources.jar | 50 KB |
| EtherealC-1.0.4-javadoc.jar | 604 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.ethereal-rpc/EtherealC/ -->
<dependency>
<groupId>io.github.ethereal-rpc</groupId>
<artifactId>EtherealC</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.ethereal-rpc/EtherealC/
implementation 'io.github.ethereal-rpc:EtherealC:1.0.4'
// https://jarcasting.com/artifacts/io.github.ethereal-rpc/EtherealC/
implementation ("io.github.ethereal-rpc:EtherealC:1.0.4")
'io.github.ethereal-rpc:EtherealC:jar:1.0.4'
<dependency org="io.github.ethereal-rpc" name="EtherealC" rev="1.0.4">
<artifact name="EtherealC" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.ethereal-rpc', module='EtherealC', version='1.0.4')
)
libraryDependencies += "io.github.ethereal-rpc" % "EtherealC" % "1.0.4"
[io.github.ethereal-rpc/EtherealC "1.0.4"]