License |
License |
---|---|
GroupId | GroupIdorg.apache.twill |
ArtifactId | ArtifactIdtwill-discovery-api |
Last Version | Last Version0.14.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionApache Twill discovery service API
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 |
<!-- https://jarcasting.com/artifacts/org.apache.twill/twill-discovery-api/ -->
<dependency>
<groupId>org.apache.twill</groupId>
<artifactId>twill-discovery-api</artifactId>
<version>0.14.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.twill/twill-discovery-api/
implementation 'org.apache.twill:twill-discovery-api:0.14.0'
// https://jarcasting.com/artifacts/org.apache.twill/twill-discovery-api/
implementation ("org.apache.twill:twill-discovery-api:0.14.0")
'org.apache.twill:twill-discovery-api:jar:0.14.0'
<dependency org="org.apache.twill" name="twill-discovery-api" rev="0.14.0">
<artifact name="twill-discovery-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.twill', module='twill-discovery-api', version='0.14.0')
)
libraryDependencies += "org.apache.twill" % "twill-discovery-api" % "0.14.0"
[org.apache.twill/twill-discovery-api "0.14.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.twill : twill-common | jar | 0.14.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |