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