Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.exhibitor |
ArtifactId | ArtifactIdexhibitor |
Version | Version1.0.0-beta1 |
Type | Typepom |
Filename | Size |
---|---|
exhibitor-1.0.0-beta1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.exhibitor/exhibitor/ -->
<dependency>
<groupId>com.netflix.exhibitor</groupId>
<artifactId>exhibitor</artifactId>
<version>1.0.0-beta1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.exhibitor/exhibitor/
implementation 'com.netflix.exhibitor:exhibitor:1.0.0-beta1'
// https://jarcasting.com/artifacts/com.netflix.exhibitor/exhibitor/
implementation ("com.netflix.exhibitor:exhibitor:1.0.0-beta1")
'com.netflix.exhibitor:exhibitor:pom:1.0.0-beta1'
<dependency org="com.netflix.exhibitor" name="exhibitor" rev="1.0.0-beta1">
<artifact name="exhibitor" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.netflix.exhibitor', module='exhibitor', version='1.0.0-beta1')
)
libraryDependencies += "com.netflix.exhibitor" % "exhibitor" % "1.0.0-beta1"
[com.netflix.exhibitor/exhibitor "1.0.0-beta1"]