License |
License |
---|---|
GroupId | GroupIdio.cdap.twill |
ArtifactId | ArtifactIdtwill-discovery-core |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Twill discovery service implementations
CDAP Twill project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
twill-discovery-core-1.0.0.pom | |
twill-discovery-core-1.0.0.jar | 30 KB |
twill-discovery-core-1.0.0-sources.jar | 11 KB |
twill-discovery-core-1.0.0-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cdap.twill/twill-discovery-core/ -->
<dependency>
<groupId>io.cdap.twill</groupId>
<artifactId>twill-discovery-core</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cdap.twill/twill-discovery-core/
implementation 'io.cdap.twill:twill-discovery-core:1.0.0'
// https://jarcasting.com/artifacts/io.cdap.twill/twill-discovery-core/
implementation ("io.cdap.twill:twill-discovery-core:1.0.0")
'io.cdap.twill:twill-discovery-core:jar:1.0.0'
<dependency org="io.cdap.twill" name="twill-discovery-core" rev="1.0.0">
<artifact name="twill-discovery-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cdap.twill', module='twill-discovery-core', version='1.0.0')
)
libraryDependencies += "io.cdap.twill" % "twill-discovery-core" % "1.0.0"
[io.cdap.twill/twill-discovery-core "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.cdap.twill : twill-discovery-api | jar | 1.0.0 |
io.cdap.twill : twill-zookeeper | jar | 1.0.0 |
com.google.code.gson : gson | jar | 2.2.4 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |