Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.kie.workbench.screens |
ArtifactId | ArtifactIdkie-wb-common-datasource-mgmt-api |
Version | Version7.0.0.Beta8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.kie.workbench.screens/kie-wb-common-datasource-mgmt-api/ -->
<dependency>
<groupId>org.kie.workbench.screens</groupId>
<artifactId>kie-wb-common-datasource-mgmt-api</artifactId>
<version>7.0.0.Beta8</version>
</dependency>
// https://jarcasting.com/artifacts/org.kie.workbench.screens/kie-wb-common-datasource-mgmt-api/
implementation 'org.kie.workbench.screens:kie-wb-common-datasource-mgmt-api:7.0.0.Beta8'
// https://jarcasting.com/artifacts/org.kie.workbench.screens/kie-wb-common-datasource-mgmt-api/
implementation ("org.kie.workbench.screens:kie-wb-common-datasource-mgmt-api:7.0.0.Beta8")
'org.kie.workbench.screens:kie-wb-common-datasource-mgmt-api:jar:7.0.0.Beta8'
<dependency org="org.kie.workbench.screens" name="kie-wb-common-datasource-mgmt-api" rev="7.0.0.Beta8">
<artifact name="kie-wb-common-datasource-mgmt-api" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kie.workbench.screens', module='kie-wb-common-datasource-mgmt-api', version='7.0.0.Beta8')
)
libraryDependencies += "org.kie.workbench.screens" % "kie-wb-common-datasource-mgmt-api" % "7.0.0.Beta8"
[org.kie.workbench.screens/kie-wb-common-datasource-mgmt-api "7.0.0.Beta8"]