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