Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.saucesubfresh |
ArtifactId | ArtifactIdopen-rpc-client |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
open-rpc-client-1.0.1.pom | |
open-rpc-client-1.0.1.jar | 22 KB |
open-rpc-client-1.0.1-sources.jar | 14 KB |
open-rpc-client-1.0.1-javadoc.jar | 133 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.saucesubfresh/open-rpc-client/ -->
<dependency>
<groupId>com.saucesubfresh</groupId>
<artifactId>open-rpc-client</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.saucesubfresh/open-rpc-client/
implementation 'com.saucesubfresh:open-rpc-client:1.0.1'
// https://jarcasting.com/artifacts/com.saucesubfresh/open-rpc-client/
implementation ("com.saucesubfresh:open-rpc-client:1.0.1")
'com.saucesubfresh:open-rpc-client:jar:1.0.1'
<dependency org="com.saucesubfresh" name="open-rpc-client" rev="1.0.1">
<artifact name="open-rpc-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.saucesubfresh', module='open-rpc-client', version='1.0.1')
)
libraryDependencies += "com.saucesubfresh" % "open-rpc-client" % "1.0.1"
[com.saucesubfresh/open-rpc-client "1.0.1"]