Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.metacat |
ArtifactId | ArtifactIdmetacat-thrift |
Version | Version0.1.22 |
Type | Typejar |
Filename | Size |
---|---|
metacat-thrift-0.1.22.pom | |
metacat-thrift-0.1.22.jar | 31 KB |
metacat-thrift-0.1.22-sources.jar | 15 KB |
metacat-thrift-0.1.22-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.metacat/metacat-thrift/ -->
<dependency>
<groupId>com.netflix.metacat</groupId>
<artifactId>metacat-thrift</artifactId>
<version>0.1.22</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.metacat/metacat-thrift/
implementation 'com.netflix.metacat:metacat-thrift:0.1.22'
// https://jarcasting.com/artifacts/com.netflix.metacat/metacat-thrift/
implementation ("com.netflix.metacat:metacat-thrift:0.1.22")
'com.netflix.metacat:metacat-thrift:jar:0.1.22'
<dependency org="com.netflix.metacat" name="metacat-thrift" rev="0.1.22">
<artifact name="metacat-thrift" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.metacat', module='metacat-thrift', version='0.1.22')
)
libraryDependencies += "com.netflix.metacat" % "metacat-thrift" % "0.1.22"
[com.netflix.metacat/metacat-thrift "0.1.22"]