GroupId | GroupIdcom.github.liuwww |
---|---|
ArtifactId | ArtifactIdtemplate-jdbc |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
template-jdbc-1.0.1.pom | |
template-jdbc-1.0.1.jar | 158 KB |
template-jdbc-1.0.1-sources.jar | 85 KB |
template-jdbc-1.0.1-javadoc.jar | 654 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.liuwww/template-jdbc/ -->
<dependency>
<groupId>com.github.liuwww</groupId>
<artifactId>template-jdbc</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.liuwww/template-jdbc/
implementation 'com.github.liuwww:template-jdbc:1.0.1'
// https://jarcasting.com/artifacts/com.github.liuwww/template-jdbc/
implementation ("com.github.liuwww:template-jdbc:1.0.1")
'com.github.liuwww:template-jdbc:jar:1.0.1'
<dependency org="com.github.liuwww" name="template-jdbc" rev="1.0.1">
<artifact name="template-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.liuwww', module='template-jdbc', version='1.0.1')
)
libraryDependencies += "com.github.liuwww" % "template-jdbc" % "1.0.1"
[com.github.liuwww/template-jdbc "1.0.1"]