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