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