| GroupId | GroupIdio.github.brianapple |
|---|---|
| ArtifactId | ArtifactIdiRpc |
| Version | Version1.0.0-Release |
| Type | Typejar |
| Filename | Size |
|---|---|
| iRpc-1.0.0-Release.pom | |
| iRpc-1.0.0-Release.jar | 110 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.brianapple/iRpc/ -->
<dependency>
<groupId>io.github.brianapple</groupId>
<artifactId>iRpc</artifactId>
<version>1.0.0-Release</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.brianapple/iRpc/
implementation 'io.github.brianapple:iRpc:1.0.0-Release'
// https://jarcasting.com/artifacts/io.github.brianapple/iRpc/
implementation ("io.github.brianapple:iRpc:1.0.0-Release")
'io.github.brianapple:iRpc:jar:1.0.0-Release'
<dependency org="io.github.brianapple" name="iRpc" rev="1.0.0-Release">
<artifact name="iRpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.brianapple', module='iRpc', version='1.0.0-Release')
)
libraryDependencies += "io.github.brianapple" % "iRpc" % "1.0.0-Release"
[io.github.brianapple/iRpc "1.0.0-Release"]