License |
License |
---|---|
GroupId | GroupIdorg.apache.twill |
ArtifactId | ArtifactIdtwill-common |
Last Version | Last Version0.14.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Twill common library
The Apache Software Foundation provides support for the Apache community of open-source software projects.
The Apache projects are characterized by a collaborative, consensus based development process, an open and
pragmatic software license, and a desire to create high quality software that leads the way in its field.
We consider ourselves not simply a group of projects sharing a server, but rather a community of developers
and users.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
twill-common-0.14.0.pom | |
twill-common-0.14.0.jar | 15 KB |
twill-common-0.14.0-sources.jar | 13 KB |
twill-common-0.14.0-javadoc.jar | 80 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.twill/twill-common/ -->
<dependency>
<groupId>org.apache.twill</groupId>
<artifactId>twill-common</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.twill/twill-common/
implementation 'org.apache.twill:twill-common:0.14.0'
// https://jarcasting.com/artifacts/org.apache.twill/twill-common/
implementation ("org.apache.twill:twill-common:0.14.0")
'org.apache.twill:twill-common:jar:0.14.0'
<dependency org="org.apache.twill" name="twill-common" rev="0.14.0">
<artifact name="twill-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.twill', module='twill-common', version='0.14.0')
)
libraryDependencies += "org.apache.twill" % "twill-common" % "0.14.0"
[org.apache.twill/twill-common "0.14.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 |