License |
License |
---|---|
Categories |
CategoriesDropWizard Container Microservices |
GroupId | GroupIdcom.github.brandtg |
ArtifactId | ArtifactIddropwizard-helix |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiondropwizard-helix
Dropwizard integration for working with Apache Helix.
|
Project URL |
Project URL |
Filename | Size |
---|---|
dropwizard-helix-0.0.1.pom | |
dropwizard-helix-0.0.1.jar | 13 KB |
dropwizard-helix-0.0.1-sources.jar | 6 KB |
dropwizard-helix-0.0.1-javadoc.jar | 42 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.brandtg/dropwizard-helix/ -->
<dependency>
<groupId>com.github.brandtg</groupId>
<artifactId>dropwizard-helix</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.brandtg/dropwizard-helix/
implementation 'com.github.brandtg:dropwizard-helix:0.0.1'
// https://jarcasting.com/artifacts/com.github.brandtg/dropwizard-helix/
implementation ("com.github.brandtg:dropwizard-helix:0.0.1")
'com.github.brandtg:dropwizard-helix:jar:0.0.1'
<dependency org="com.github.brandtg" name="dropwizard-helix" rev="0.0.1">
<artifact name="dropwizard-helix" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.brandtg', module='dropwizard-helix', version='0.0.1')
)
libraryDependencies += "com.github.brandtg" % "dropwizard-helix" % "0.0.1"
[com.github.brandtg/dropwizard-helix "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 0.8.2 |
org.apache.helix : helix-core | jar | 0.7.1 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.7 |