Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.genie |
ArtifactId | ArtifactIdgenie-common-external |
Version | Version4.0.0-rc.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.netflix.genie/genie-common-external/ -->
<dependency>
<groupId>com.netflix.genie</groupId>
<artifactId>genie-common-external</artifactId>
<version>4.0.0-rc.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.genie/genie-common-external/
implementation 'com.netflix.genie:genie-common-external:4.0.0-rc.5'
// https://jarcasting.com/artifacts/com.netflix.genie/genie-common-external/
implementation ("com.netflix.genie:genie-common-external:4.0.0-rc.5")
'com.netflix.genie:genie-common-external:jar:4.0.0-rc.5'
<dependency org="com.netflix.genie" name="genie-common-external" rev="4.0.0-rc.5">
<artifact name="genie-common-external" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.genie', module='genie-common-external', version='4.0.0-rc.5')
)
libraryDependencies += "com.netflix.genie" % "genie-common-external" % "4.0.0-rc.5"
[com.netflix.genie/genie-common-external "4.0.0-rc.5"]