GroupId | GroupIdcom.gu |
---|---|
ArtifactId | ArtifactIdthrift-serializer_2.13 |
Version | Version4.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.gu/thrift-serializer_2.13/ -->
<dependency>
<groupId>com.gu</groupId>
<artifactId>thrift-serializer_2.13</artifactId>
<version>4.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gu/thrift-serializer_2.13/
implementation 'com.gu:thrift-serializer_2.13:4.0.2'
// https://jarcasting.com/artifacts/com.gu/thrift-serializer_2.13/
implementation ("com.gu:thrift-serializer_2.13:4.0.2")
'com.gu:thrift-serializer_2.13:jar:4.0.2'
<dependency org="com.gu" name="thrift-serializer_2.13" rev="4.0.2">
<artifact name="thrift-serializer_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gu', module='thrift-serializer_2.13', version='4.0.2')
)
libraryDependencies += "com.gu" % "thrift-serializer_2.13" % "4.0.2"
[com.gu/thrift-serializer_2.13 "4.0.2"]