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