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