GroupId | GroupIdcom.github.menglim |
---|---|
ArtifactId | ArtifactIdDbUtils |
Version | Version1.2.7 |
Type | Typejar |
Filename | Size |
---|---|
DbUtils-1.2.7.pom | |
DbUtils-1.2.7.jar | 1 MB |
DbUtils-1.2.7-sources.jar | 1 MB |
DbUtils-1.2.7-javadoc.jar | 113 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.menglim/DbUtils/ -->
<dependency>
<groupId>com.github.menglim</groupId>
<artifactId>DbUtils</artifactId>
<version>1.2.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.menglim/DbUtils/
implementation 'com.github.menglim:DbUtils:1.2.7'
// https://jarcasting.com/artifacts/com.github.menglim/DbUtils/
implementation ("com.github.menglim:DbUtils:1.2.7")
'com.github.menglim:DbUtils:jar:1.2.7'
<dependency org="com.github.menglim" name="DbUtils" rev="1.2.7">
<artifact name="DbUtils" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.menglim', module='DbUtils', version='1.2.7')
)
libraryDependencies += "com.github.menglim" % "DbUtils" % "1.2.7"
[com.github.menglim/DbUtils "1.2.7"]