GroupId | GroupIdcom.github.yuyenews |
---|---|
ArtifactId | ArtifactIdMagician-JDBC |
Version | Version1.1.3 |
Type | Typejar |
Filename | Size |
---|---|
Magician-JDBC-1.1.3.pom | |
Magician-JDBC-1.1.3.jar | 31 KB |
Magician-JDBC-1.1.3-sources.jar | 20 KB |
Magician-JDBC-1.1.3-javadoc.jar | 588 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yuyenews/Magician-JDBC/ -->
<dependency>
<groupId>com.github.yuyenews</groupId>
<artifactId>Magician-JDBC</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yuyenews/Magician-JDBC/
implementation 'com.github.yuyenews:Magician-JDBC:1.1.3'
// https://jarcasting.com/artifacts/com.github.yuyenews/Magician-JDBC/
implementation ("com.github.yuyenews:Magician-JDBC:1.1.3")
'com.github.yuyenews:Magician-JDBC:jar:1.1.3'
<dependency org="com.github.yuyenews" name="Magician-JDBC" rev="1.1.3">
<artifact name="Magician-JDBC" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yuyenews', module='Magician-JDBC', version='1.1.3')
)
libraryDependencies += "com.github.yuyenews" % "Magician-JDBC" % "1.1.3"
[com.github.yuyenews/Magician-JDBC "1.1.3"]