License |
License |
---|---|
GroupId | GroupIdio.cdap.twill |
ArtifactId | ArtifactIdtwill-common |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Twill common library
CDAP Twill project
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
twill-common-1.0.0.pom | |
twill-common-1.0.0.jar | 15 KB |
twill-common-1.0.0-sources.jar | 13 KB |
twill-common-1.0.0-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.cdap.twill/twill-common/ -->
<dependency>
<groupId>io.cdap.twill</groupId>
<artifactId>twill-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.cdap.twill/twill-common/
implementation 'io.cdap.twill:twill-common:1.0.0'
// https://jarcasting.com/artifacts/io.cdap.twill/twill-common/
implementation ("io.cdap.twill:twill-common:1.0.0")
'io.cdap.twill:twill-common:jar:1.0.0'
<dependency org="io.cdap.twill" name="twill-common" rev="1.0.0">
<artifact name="twill-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.cdap.twill', module='twill-common', version='1.0.0')
)
libraryDependencies += "io.cdap.twill" % "twill-common" % "1.0.0"
[io.cdap.twill/twill-common "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.google.code.findbugs : jsr305 | jar | 2.0.1 |
org.slf4j : slf4j-api | jar | 1.7.30 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |