GroupId | GroupIdcom.github.xphsc |
---|---|
ArtifactId | ArtifactIdeasyjdbc |
Version | Version1.2.0 |
Type | Typejar |
Filename | Size |
---|---|
easyjdbc-1.2.0.pom | |
easyjdbc-1.2.0.jar | 199 KB |
easyjdbc-1.2.0-sources.jar | 143 KB |
easyjdbc-1.2.0-javadoc.jar | 784 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc/ -->
<dependency>
<groupId>com.github.xphsc</groupId>
<artifactId>easyjdbc</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc/
implementation 'com.github.xphsc:easyjdbc:1.2.0'
// https://jarcasting.com/artifacts/com.github.xphsc/easyjdbc/
implementation ("com.github.xphsc:easyjdbc:1.2.0")
'com.github.xphsc:easyjdbc:jar:1.2.0'
<dependency org="com.github.xphsc" name="easyjdbc" rev="1.2.0">
<artifact name="easyjdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xphsc', module='easyjdbc', version='1.2.0')
)
libraryDependencies += "com.github.xphsc" % "easyjdbc" % "1.2.0"
[com.github.xphsc/easyjdbc "1.2.0"]