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