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