Categories |
CategoriesMySQL Data Databases |
---|---|
GroupId | GroupIdcom.github.panhongan |
ArtifactId | ArtifactIdmysql-conveyer-core |
Version | Version1.0.3 |
Type | Typejar |
Filename | Size |
---|---|
mysql-conveyer-core-1.0.3.pom | |
mysql-conveyer-core-1.0.3.jar | 13 KB |
mysql-conveyer-core-1.0.3-sources.jar | 6 KB |
mysql-conveyer-core-1.0.3-javadoc.jar | 73 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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.panhongan/mysql-conveyer-core/
implementation 'com.github.panhongan:mysql-conveyer-core:1.0.3'
// https://jarcasting.com/artifacts/com.github.panhongan/mysql-conveyer-core/
implementation ("com.github.panhongan:mysql-conveyer-core:1.0.3")
'com.github.panhongan:mysql-conveyer-core:jar:1.0.3'
<dependency org="com.github.panhongan" name="mysql-conveyer-core" rev="1.0.3">
<artifact name="mysql-conveyer-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.panhongan', module='mysql-conveyer-core', version='1.0.3')
)
libraryDependencies += "com.github.panhongan" % "mysql-conveyer-core" % "1.0.3"
[com.github.panhongan/mysql-conveyer-core "1.0.3"]