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