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