License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.thriftee |
ArtifactId | ArtifactIdthriftee-cli |
Version | Version0.5.0 |
Type | Typejar |
Description |
Descriptionthriftee-cli
Command line utilities for ThriftEE
|
Filename | Size |
---|---|
thriftee-cli-0.5.0.pom | |
thriftee-cli-0.5.0.jar | 2 KB |
thriftee-cli-0.5.0-sources.jar | 1 KB |
thriftee-cli-0.5.0-javadoc.jar | 22 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.thriftee/thriftee-cli/ -->
<dependency>
<groupId>org.thriftee</groupId>
<artifactId>thriftee-cli</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.thriftee/thriftee-cli/
implementation 'org.thriftee:thriftee-cli:0.5.0'
// https://jarcasting.com/artifacts/org.thriftee/thriftee-cli/
implementation ("org.thriftee:thriftee-cli:0.5.0")
'org.thriftee:thriftee-cli:jar:0.5.0'
<dependency org="org.thriftee" name="thriftee-cli" rev="0.5.0">
<artifact name="thriftee-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thriftee', module='thriftee-cli', version='0.5.0')
)
libraryDependencies += "org.thriftee" % "thriftee-cli" % "0.5.0"
[org.thriftee/thriftee-cli "0.5.0"]
Group / Artifact | Type | Version |
---|---|---|
com.beust : jcommander | jar | 1.48 |
org.thriftee : thriftee-core | jar | 0.5.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |