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