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