GroupId | GroupIdcom.github.tohodog |
---|---|
ArtifactId | ArtifactIdqsrpc |
Version | Version1.2.1 |
Type | Typejar |
Filename | Size |
---|---|
qsrpc-1.2.1.pom | |
qsrpc-1.2.1.jar | 73 KB |
qsrpc-1.2.1-sources.jar | 42 KB |
qsrpc-1.2.1-javadoc.jar | 259 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tohodog/qsrpc/ -->
<dependency>
<groupId>com.github.tohodog</groupId>
<artifactId>qsrpc</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tohodog/qsrpc/
implementation 'com.github.tohodog:qsrpc:1.2.1'
// https://jarcasting.com/artifacts/com.github.tohodog/qsrpc/
implementation ("com.github.tohodog:qsrpc:1.2.1")
'com.github.tohodog:qsrpc:jar:1.2.1'
<dependency org="com.github.tohodog" name="qsrpc" rev="1.2.1">
<artifact name="qsrpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tohodog', module='qsrpc', version='1.2.1')
)
libraryDependencies += "com.github.tohodog" % "qsrpc" % "1.2.1"
[com.github.tohodog/qsrpc "1.2.1"]