Categories |
CategoriesNet |
---|---|
GroupId | GroupIdcom.netflix.exhibitor |
ArtifactId | ArtifactIdexhibitor-standalone |
Version | Version1.4.9 |
Type | Typejar |
Filename | Size |
---|---|
exhibitor-standalone-1.4.9.pom | |
exhibitor-standalone-1.4.9.jar | 40 KB |
exhibitor-standalone-1.4.9-sources.jar | 24 KB |
exhibitor-standalone-1.4.9-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.netflix.exhibitor/exhibitor-standalone/ -->
<dependency>
<groupId>com.netflix.exhibitor</groupId>
<artifactId>exhibitor-standalone</artifactId>
<version>1.4.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.netflix.exhibitor/exhibitor-standalone/
implementation 'com.netflix.exhibitor:exhibitor-standalone:1.4.9'
// https://jarcasting.com/artifacts/com.netflix.exhibitor/exhibitor-standalone/
implementation ("com.netflix.exhibitor:exhibitor-standalone:1.4.9")
'com.netflix.exhibitor:exhibitor-standalone:jar:1.4.9'
<dependency org="com.netflix.exhibitor" name="exhibitor-standalone" rev="1.4.9">
<artifact name="exhibitor-standalone" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.netflix.exhibitor', module='exhibitor-standalone', version='1.4.9')
)
libraryDependencies += "com.netflix.exhibitor" % "exhibitor-standalone" % "1.4.9"
[com.netflix.exhibitor/exhibitor-standalone "1.4.9"]