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