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