Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.thriftee |
ArtifactId | ArtifactIdthriftee-cli |
Version | Version0.4.0 |
Type | Typejar |
Filename | Size |
---|---|
thriftee-cli-0.4.0.pom | |
thriftee-cli-0.4.0.jar | 2 KB |
thriftee-cli-0.4.0-sources.jar | 1 KB |
thriftee-cli-0.4.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.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.thriftee/thriftee-cli/
implementation 'org.thriftee:thriftee-cli:0.4.0'
// https://jarcasting.com/artifacts/org.thriftee/thriftee-cli/
implementation ("org.thriftee:thriftee-cli:0.4.0")
'org.thriftee:thriftee-cli:jar:0.4.0'
<dependency org="org.thriftee" name="thriftee-cli" rev="0.4.0">
<artifact name="thriftee-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.thriftee', module='thriftee-cli', version='0.4.0')
)
libraryDependencies += "org.thriftee" % "thriftee-cli" % "0.4.0"
[org.thriftee/thriftee-cli "0.4.0"]