GroupId | GroupIdcom.github.wywuzh |
---|---|
ArtifactId | ArtifactIdcommons-dbutils |
Version | Version2.5.6.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wywuzh/commons-dbutils/ -->
<dependency>
<groupId>com.github.wywuzh</groupId>
<artifactId>commons-dbutils</artifactId>
<version>2.5.6.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-dbutils/
implementation 'com.github.wywuzh:commons-dbutils:2.5.6.RELEASE'
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-dbutils/
implementation ("com.github.wywuzh:commons-dbutils:2.5.6.RELEASE")
'com.github.wywuzh:commons-dbutils:jar:2.5.6.RELEASE'
<dependency org="com.github.wywuzh" name="commons-dbutils" rev="2.5.6.RELEASE">
<artifact name="commons-dbutils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wywuzh', module='commons-dbutils', version='2.5.6.RELEASE')
)
libraryDependencies += "com.github.wywuzh" % "commons-dbutils" % "2.5.6.RELEASE"
[com.github.wywuzh/commons-dbutils "2.5.6.RELEASE"]