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