GroupId | GroupIdcom.github.wywuzh |
---|---|
ArtifactId | ArtifactIdcommons-jdbc |
Version | Version2.3.7.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
commons-jdbc-2.3.7.RELEASE.pom | |
commons-jdbc-2.3.7.RELEASE.jar | 20 KB |
commons-jdbc-2.3.7.RELEASE-sources.jar | 19 KB |
commons-jdbc-2.3.7.RELEASE-javadoc.jar | 116 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.wywuzh/commons-jdbc/ -->
<dependency>
<groupId>com.github.wywuzh</groupId>
<artifactId>commons-jdbc</artifactId>
<version>2.3.7.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-jdbc/
implementation 'com.github.wywuzh:commons-jdbc:2.3.7.RELEASE'
// https://jarcasting.com/artifacts/com.github.wywuzh/commons-jdbc/
implementation ("com.github.wywuzh:commons-jdbc:2.3.7.RELEASE")
'com.github.wywuzh:commons-jdbc:jar:2.3.7.RELEASE'
<dependency org="com.github.wywuzh" name="commons-jdbc" rev="2.3.7.RELEASE">
<artifact name="commons-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wywuzh', module='commons-jdbc', version='2.3.7.RELEASE')
)
libraryDependencies += "com.github.wywuzh" % "commons-jdbc" % "2.3.7.RELEASE"
[com.github.wywuzh/commons-jdbc "2.3.7.RELEASE"]