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