| GroupId | GroupIdorg.noear.hatch |
|---|---|
| ArtifactId | ArtifactIdnami.coder.thrift |
| Version | Version1.6.16-m4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| nami.coder.thrift-1.6.16-m4.pom | |
| nami.coder.thrift-1.6.16-m4.jar | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.noear.hatch/nami.coder.thrift/ -->
<dependency>
<groupId>org.noear.hatch</groupId>
<artifactId>nami.coder.thrift</artifactId>
<version>1.6.16-m4</version>
</dependency>
// https://jarcasting.com/artifacts/org.noear.hatch/nami.coder.thrift/
implementation 'org.noear.hatch:nami.coder.thrift:1.6.16-m4'
// https://jarcasting.com/artifacts/org.noear.hatch/nami.coder.thrift/
implementation ("org.noear.hatch:nami.coder.thrift:1.6.16-m4")
'org.noear.hatch:nami.coder.thrift:jar:1.6.16-m4'
<dependency org="org.noear.hatch" name="nami.coder.thrift" rev="1.6.16-m4">
<artifact name="nami.coder.thrift" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noear.hatch', module='nami.coder.thrift', version='1.6.16-m4')
)
libraryDependencies += "org.noear.hatch" % "nami.coder.thrift" % "1.6.16-m4"
[org.noear.hatch/nami.coder.thrift "1.6.16-m4"]