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