GroupId | GroupIdcom.github.icecooly |
---|---|
ArtifactId | ArtifactIdsmartjdbc |
Version | Version2.0.36 |
Type | Typejar |
Filename | Size |
---|---|
smartjdbc-2.0.36.pom | |
smartjdbc-2.0.36.jar | 167 KB |
smartjdbc-2.0.36-sources.jar | 85 KB |
smartjdbc-2.0.36-javadoc.jar | 745 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.icecooly/smartjdbc/ -->
<dependency>
<groupId>com.github.icecooly</groupId>
<artifactId>smartjdbc</artifactId>
<version>2.0.36</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.icecooly/smartjdbc/
implementation 'com.github.icecooly:smartjdbc:2.0.36'
// https://jarcasting.com/artifacts/com.github.icecooly/smartjdbc/
implementation ("com.github.icecooly:smartjdbc:2.0.36")
'com.github.icecooly:smartjdbc:jar:2.0.36'
<dependency org="com.github.icecooly" name="smartjdbc" rev="2.0.36">
<artifact name="smartjdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.icecooly', module='smartjdbc', version='2.0.36')
)
libraryDependencies += "com.github.icecooly" % "smartjdbc" % "2.0.36"
[com.github.icecooly/smartjdbc "2.0.36"]