| Категории |
КатегорииMySQL Данные Базы данных |
|---|---|
| Группа | Группаcom.facebook.presto |
| Идентификатор | Идентификаторtesting-mysql-server-8 |
| Версия | Версия0.3 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/com.facebook.presto/testing-mysql-server-8/ -->
<dependency>
<groupId>com.facebook.presto</groupId>
<artifactId>testing-mysql-server-8</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.presto/testing-mysql-server-8/
implementation 'com.facebook.presto:testing-mysql-server-8:0.3'
// https://jarcasting.com/artifacts/com.facebook.presto/testing-mysql-server-8/
implementation ("com.facebook.presto:testing-mysql-server-8:0.3")
'com.facebook.presto:testing-mysql-server-8:jar:0.3'
<dependency org="com.facebook.presto" name="testing-mysql-server-8" rev="0.3">
<artifact name="testing-mysql-server-8" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.presto', module='testing-mysql-server-8', version='0.3')
)
libraryDependencies += "com.facebook.presto" % "testing-mysql-server-8" % "0.3"
[com.facebook.presto/testing-mysql-server-8 "0.3"]