Categories |
CategoriesSerialization Data Data Formats |
---|---|
GroupId | GroupIdorg.noear.hatch |
ArtifactId | ArtifactIdsolon.serialization.thrift |
Version | Version1.8.1-M2 |
Type | Typejar |
Filename | Size |
---|---|
solon.serialization.thrift-1.8.1-M2.pom | |
solon.serialization.thrift-1.8.1-M2.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.noear.hatch/solon.serialization.thrift/ -->
<dependency>
<groupId>org.noear.hatch</groupId>
<artifactId>solon.serialization.thrift</artifactId>
<version>1.8.1-M2</version>
</dependency>
// https://jarcasting.com/artifacts/org.noear.hatch/solon.serialization.thrift/
implementation 'org.noear.hatch:solon.serialization.thrift:1.8.1-M2'
// https://jarcasting.com/artifacts/org.noear.hatch/solon.serialization.thrift/
implementation ("org.noear.hatch:solon.serialization.thrift:1.8.1-M2")
'org.noear.hatch:solon.serialization.thrift:jar:1.8.1-M2'
<dependency org="org.noear.hatch" name="solon.serialization.thrift" rev="1.8.1-M2">
<artifact name="solon.serialization.thrift" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.noear.hatch', module='solon.serialization.thrift', version='1.8.1-M2')
)
libraryDependencies += "org.noear.hatch" % "solon.serialization.thrift" % "1.8.1-M2"
[org.noear.hatch/solon.serialization.thrift "1.8.1-M2"]