| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdorg.apache.crail |
| ArtifactId | ArtifactIdcrail-client |
| Last Version | Last Version1.2-incubating |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCrail Client Project
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 URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| crail-client-1.2-incubating.pom | |
| crail-client-1.2-incubating.jar | 237 KB |
| crail-client-1.2-incubating-tests.jar | 12 KB |
| crail-client-1.2-incubating-sources.jar | 195 KB |
| crail-client-1.2-incubating-javadoc.jar | 468 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.crail/crail-client/ -->
<dependency>
<groupId>org.apache.crail</groupId>
<artifactId>crail-client</artifactId>
<version>1.2-incubating</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.crail/crail-client/
implementation 'org.apache.crail:crail-client:1.2-incubating'
// https://jarcasting.com/artifacts/org.apache.crail/crail-client/
implementation ("org.apache.crail:crail-client:1.2-incubating")
'org.apache.crail:crail-client:jar:1.2-incubating'
<dependency org="org.apache.crail" name="crail-client" rev="1.2-incubating">
<artifact name="crail-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.crail', module='crail-client', version='1.2-incubating')
)
libraryDependencies += "org.apache.crail" % "crail-client" % "1.2-incubating"
[org.apache.crail/crail-client "1.2-incubating"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.17 |
| commons-cli : commons-cli | jar | 1.3.1 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.12 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |