Categories |
CategoriesMySQL Data Databases |
---|---|
GroupId | GroupIdcom.github.shoothzj |
ArtifactId | ArtifactIdsdk-mysql |
Version | Version3.1.4 |
Type | Typejar |
Filename | Size |
---|---|
sdk-mysql-3.1.4.pom | |
sdk-mysql-3.1.4.jar | 4 KB |
sdk-mysql-3.1.4-sources.jar | 3 KB |
sdk-mysql-3.1.4-javadoc.jar | 402 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shoothzj/sdk-mysql/ -->
<dependency>
<groupId>com.github.shoothzj</groupId>
<artifactId>sdk-mysql</artifactId>
<version>3.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-mysql/
implementation 'com.github.shoothzj:sdk-mysql:3.1.4'
// https://jarcasting.com/artifacts/com.github.shoothzj/sdk-mysql/
implementation ("com.github.shoothzj:sdk-mysql:3.1.4")
'com.github.shoothzj:sdk-mysql:jar:3.1.4'
<dependency org="com.github.shoothzj" name="sdk-mysql" rev="3.1.4">
<artifact name="sdk-mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shoothzj', module='sdk-mysql', version='3.1.4')
)
libraryDependencies += "com.github.shoothzj" % "sdk-mysql" % "3.1.4"
[com.github.shoothzj/sdk-mysql "3.1.4"]