| GroupId | GroupIdio.github.jzdayz |
|---|---|
| ArtifactId | ArtifactIdlight-rpc-example |
| Version | Version2.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| light-rpc-example-2.0.1.pom | |
| light-rpc-example-2.0.1.jar | 3 KB |
| light-rpc-example-2.0.1-sources.jar | 2 KB |
| light-rpc-example-2.0.1-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>2.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.jzdayz/light-rpc-example/
implementation 'io.github.jzdayz:light-rpc-example:2.0.1'
// https://jarcasting.com/artifacts/io.github.jzdayz/light-rpc-example/
implementation ("io.github.jzdayz:light-rpc-example:2.0.1")
'io.github.jzdayz:light-rpc-example:jar:2.0.1'
<dependency org="io.github.jzdayz" name="light-rpc-example" rev="2.0.1">
<artifact name="light-rpc-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.jzdayz', module='light-rpc-example', version='2.0.1')
)
libraryDependencies += "io.github.jzdayz" % "light-rpc-example" % "2.0.1"
[io.github.jzdayz/light-rpc-example "2.0.1"]