GroupId | GroupIdcom.github.shicloud |
---|---|
ArtifactId | ArtifactIdsimple-jdbc-templete |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
simple-jdbc-templete-1.0.1.pom | |
simple-jdbc-templete-1.0.1.jar | 16 KB |
simple-jdbc-templete-1.0.1-sources.jar | 10 KB |
simple-jdbc-templete-1.0.1-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.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shicloud/simple-jdbc-templete/
implementation 'com.github.shicloud:simple-jdbc-templete:1.0.1'
// https://jarcasting.com/artifacts/com.github.shicloud/simple-jdbc-templete/
implementation ("com.github.shicloud:simple-jdbc-templete:1.0.1")
'com.github.shicloud:simple-jdbc-templete:jar:1.0.1'
<dependency org="com.github.shicloud" name="simple-jdbc-templete" rev="1.0.1">
<artifact name="simple-jdbc-templete" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shicloud', module='simple-jdbc-templete', version='1.0.1')
)
libraryDependencies += "com.github.shicloud" % "simple-jdbc-templete" % "1.0.1"
[com.github.shicloud/simple-jdbc-templete "1.0.1"]