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