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