GroupId | GroupIdio.github.jzdayz |
---|---|
ArtifactId | ArtifactIdlight-rpc |
Version | Version0.0.6 |
Type | Typejar |
Filename | Size |
---|---|
light-rpc-0.0.6.pom | |
light-rpc-0.0.6.jar | 38 KB |
light-rpc-0.0.6-sources.jar | 13 KB |
light-rpc-0.0.6-javadoc.jar | 143 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jzdayz/light-rpc/ -->
<dependency>
<groupId>io.github.jzdayz</groupId>
<artifactId>light-rpc</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jzdayz/light-rpc/
implementation 'io.github.jzdayz:light-rpc:0.0.6'
// https://jarcasting.com/artifacts/io.github.jzdayz/light-rpc/
implementation ("io.github.jzdayz:light-rpc:0.0.6")
'io.github.jzdayz:light-rpc:jar:0.0.6'
<dependency org="io.github.jzdayz" name="light-rpc" rev="0.0.6">
<artifact name="light-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jzdayz', module='light-rpc', version='0.0.6')
)
libraryDependencies += "io.github.jzdayz" % "light-rpc" % "0.0.6"
[io.github.jzdayz/light-rpc "0.0.6"]