| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdcom.github.ddth |
| ArtifactId | ArtifactIdddth-commons-jsonrpc |
| Version | Version0.9.1.4 |
| Type | Typepom |
| Filename | Size |
|---|---|
| ddth-commons-jsonrpc-0.9.1.4.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.ddth/ddth-commons-jsonrpc/ -->
<dependency>
<groupId>com.github.ddth</groupId>
<artifactId>ddth-commons-jsonrpc</artifactId>
<version>0.9.1.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.ddth/ddth-commons-jsonrpc/
implementation 'com.github.ddth:ddth-commons-jsonrpc:0.9.1.4'
// https://jarcasting.com/artifacts/com.github.ddth/ddth-commons-jsonrpc/
implementation ("com.github.ddth:ddth-commons-jsonrpc:0.9.1.4")
'com.github.ddth:ddth-commons-jsonrpc:pom:0.9.1.4'
<dependency org="com.github.ddth" name="ddth-commons-jsonrpc" rev="0.9.1.4">
<artifact name="ddth-commons-jsonrpc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.ddth', module='ddth-commons-jsonrpc', version='0.9.1.4')
)
libraryDependencies += "com.github.ddth" % "ddth-commons-jsonrpc" % "0.9.1.4"
[com.github.ddth/ddth-commons-jsonrpc "0.9.1.4"]