Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.commercetools.rmf |
ArtifactId | ArtifactIdcli-application |
Version | Version0.1.23 |
Type | Typepom |
Filename | Size |
---|---|
cli-application-0.1.23.pom | |
cli-application-0.1.23-sources.jar | 7 KB |
cli-application-0.1.23-javadoc.jar | 261 bytes |
cli-application-0.1.23-all.jar | 30 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.commercetools.rmf/cli-application/ -->
<dependency>
<groupId>com.commercetools.rmf</groupId>
<artifactId>cli-application</artifactId>
<version>0.1.23</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.commercetools.rmf/cli-application/
implementation 'com.commercetools.rmf:cli-application:0.1.23'
// https://jarcasting.com/artifacts/com.commercetools.rmf/cli-application/
implementation ("com.commercetools.rmf:cli-application:0.1.23")
'com.commercetools.rmf:cli-application:pom:0.1.23'
<dependency org="com.commercetools.rmf" name="cli-application" rev="0.1.23">
<artifact name="cli-application" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.commercetools.rmf', module='cli-application', version='0.1.23')
)
libraryDependencies += "com.commercetools.rmf" % "cli-application" % "0.1.23"
[com.commercetools.rmf/cli-application "0.1.23"]