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