Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.commercetools.rmf |
ArtifactId | ArtifactIdcli-application |
Version | Version1.0.0-20210730112338 |
Type | Typepom |
<!-- https://jarcasting.com/artifacts/com.commercetools.rmf/cli-application/ -->
<dependency>
<groupId>com.commercetools.rmf</groupId>
<artifactId>cli-application</artifactId>
<version>1.0.0-20210730112338</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.commercetools.rmf/cli-application/
implementation 'com.commercetools.rmf:cli-application:1.0.0-20210730112338'
// https://jarcasting.com/artifacts/com.commercetools.rmf/cli-application/
implementation ("com.commercetools.rmf:cli-application:1.0.0-20210730112338")
'com.commercetools.rmf:cli-application:pom:1.0.0-20210730112338'
<dependency org="com.commercetools.rmf" name="cli-application" rev="1.0.0-20210730112338">
<artifact name="cli-application" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.commercetools.rmf', module='cli-application', version='1.0.0-20210730112338')
)
libraryDependencies += "com.commercetools.rmf" % "cli-application" % "1.0.0-20210730112338"
[com.commercetools.rmf/cli-application "1.0.0-20210730112338"]