| Categories | CategoriesCLI User Interface | 
|---|---|
| GroupId | GroupIdorg.kie.workbench | 
| ArtifactId | ArtifactIdkie-wb-common-cli-project-migration | 
| Version | Version7.41.0.t20200723 | 
| Type | Typejar | 
<!-- https://jarcasting.com/artifacts/org.kie.workbench/kie-wb-common-cli-project-migration/ -->
<dependency>
    <groupId>org.kie.workbench</groupId>
    <artifactId>kie-wb-common-cli-project-migration</artifactId>
    <version>7.41.0.t20200723</version>
</dependency>// https://jarcasting.com/artifacts/org.kie.workbench/kie-wb-common-cli-project-migration/
implementation 'org.kie.workbench:kie-wb-common-cli-project-migration:7.41.0.t20200723'// https://jarcasting.com/artifacts/org.kie.workbench/kie-wb-common-cli-project-migration/
implementation ("org.kie.workbench:kie-wb-common-cli-project-migration:7.41.0.t20200723")'org.kie.workbench:kie-wb-common-cli-project-migration:jar:7.41.0.t20200723'<dependency org="org.kie.workbench" name="kie-wb-common-cli-project-migration" rev="7.41.0.t20200723">
  <artifact name="kie-wb-common-cli-project-migration" type="jar" />
</dependency>@Grapes(
@Grab(group='org.kie.workbench', module='kie-wb-common-cli-project-migration', version='7.41.0.t20200723')
)libraryDependencies += "org.kie.workbench" % "kie-wb-common-cli-project-migration" % "7.41.0.t20200723"[org.kie.workbench/kie-wb-common-cli-project-migration "7.41.0.t20200723"]