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