Categories |
CategoriesData |
---|---|
GroupId | GroupIdorg.kie.workbench.screens |
ArtifactId | ArtifactIdkie-wb-common-datasource-mgmt-dbcp |
Version | Version7.24.0.Final |
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.24.0.Final</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.24.0.Final'
// 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.24.0.Final")
'org.kie.workbench.screens:kie-wb-common-datasource-mgmt-dbcp:jar:7.24.0.Final'
<dependency org="org.kie.workbench.screens" name="kie-wb-common-datasource-mgmt-dbcp" rev="7.24.0.Final">
<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.24.0.Final')
)
libraryDependencies += "org.kie.workbench.screens" % "kie-wb-common-datasource-mgmt-dbcp" % "7.24.0.Final"
[org.kie.workbench.screens/kie-wb-common-datasource-mgmt-dbcp "7.24.0.Final"]