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