is not current version
Last Version 4.13.0

org.rhq:rhq-core-dbutils 3.0.1.GA

Database schema setup, upgrade and other utilities

GroupId

GroupId

org.rhq
ArtifactId

ArtifactId

rhq-core-dbutils
Version

Version

3.0.1.GA
Type

Type

jar

Download rhq-core-dbutils 3.0.1.GA


<!-- https://jarcasting.com/artifacts/org.rhq/rhq-core-dbutils/ -->
<dependency>
    <groupId>org.rhq</groupId>
    <artifactId>rhq-core-dbutils</artifactId>
    <version>3.0.1.GA</version>
</dependency>
// https://jarcasting.com/artifacts/org.rhq/rhq-core-dbutils/
implementation 'org.rhq:rhq-core-dbutils:3.0.1.GA'
// https://jarcasting.com/artifacts/org.rhq/rhq-core-dbutils/
implementation ("org.rhq:rhq-core-dbutils:3.0.1.GA")
'org.rhq:rhq-core-dbutils:jar:3.0.1.GA'
<dependency org="org.rhq" name="rhq-core-dbutils" rev="3.0.1.GA">
  <artifact name="rhq-core-dbutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rhq', module='rhq-core-dbutils', version='3.0.1.GA')
)
libraryDependencies += "org.rhq" % "rhq-core-dbutils" % "3.0.1.GA"
[org.rhq/rhq-core-dbutils "3.0.1.GA"]