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