Categories |
CategoriesMySQL Data Databases |
---|---|
GroupId | GroupIdcom.github.panhongan |
ArtifactId | ArtifactIdmysql-conveyer-core |
Version | Version1.0.6 |
Type | Typejar |
Filename | Size |
---|---|
mysql-conveyer-core-1.0.6.pom | |
mysql-conveyer-core-1.0.6.jar | 12 KB |
mysql-conveyer-core-1.0.6-sources.jar | 5 KB |
mysql-conveyer-core-1.0.6-javadoc.jar | 436 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.panhongan/mysql-conveyer-core/ -->
<dependency>
<groupId>com.github.panhongan</groupId>
<artifactId>mysql-conveyer-core</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.panhongan/mysql-conveyer-core/
implementation 'com.github.panhongan:mysql-conveyer-core:1.0.6'
// https://jarcasting.com/artifacts/com.github.panhongan/mysql-conveyer-core/
implementation ("com.github.panhongan:mysql-conveyer-core:1.0.6")
'com.github.panhongan:mysql-conveyer-core:jar:1.0.6'
<dependency org="com.github.panhongan" name="mysql-conveyer-core" rev="1.0.6">
<artifact name="mysql-conveyer-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.panhongan', module='mysql-conveyer-core', version='1.0.6')
)
libraryDependencies += "com.github.panhongan" % "mysql-conveyer-core" % "1.0.6"
[com.github.panhongan/mysql-conveyer-core "1.0.6"]