| Categories |
CategoriesMySQL Data Databases |
|---|---|
| GroupId | GroupIdio.github.henryssondaniel.teacup.report |
| ArtifactId | ArtifactIdmysql |
| Version | Version1.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mysql-1.0.2.pom | |
| mysql-1.0.2.jar | 9 KB |
| mysql-1.0.2-sources.jar | 4 KB |
| mysql-1.0.2-javadoc.jar | 391 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.report/mysql/ -->
<dependency>
<groupId>io.github.henryssondaniel.teacup.report</groupId>
<artifactId>mysql</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.report/mysql/
implementation 'io.github.henryssondaniel.teacup.report:mysql:1.0.2'
// https://jarcasting.com/artifacts/io.github.henryssondaniel.teacup.report/mysql/
implementation ("io.github.henryssondaniel.teacup.report:mysql:1.0.2")
'io.github.henryssondaniel.teacup.report:mysql:jar:1.0.2'
<dependency org="io.github.henryssondaniel.teacup.report" name="mysql" rev="1.0.2">
<artifact name="mysql" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.henryssondaniel.teacup.report', module='mysql', version='1.0.2')
)
libraryDependencies += "io.github.henryssondaniel.teacup.report" % "mysql" % "1.0.2"
[io.github.henryssondaniel.teacup.report/mysql "1.0.2"]