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