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