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