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