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