| Группа | Группаorg.apache.phoenix |
|---|---|
| Идентификатор | Идентификаторphoenix-assembly |
| Версия | Версия5.1.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| phoenix-assembly-5.1.0.pom | 6 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-assembly/ -->
<dependency>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-assembly</artifactId>
<version>5.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-assembly/
implementation 'org.apache.phoenix:phoenix-assembly:5.1.0'
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-assembly/
implementation ("org.apache.phoenix:phoenix-assembly:5.1.0")
'org.apache.phoenix:phoenix-assembly:pom:5.1.0'
<dependency org="org.apache.phoenix" name="phoenix-assembly" rev="5.1.0">
<artifact name="phoenix-assembly" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.phoenix', module='phoenix-assembly', version='5.1.0')
)
libraryDependencies += "org.apache.phoenix" % "phoenix-assembly" % "5.1.0"
[org.apache.phoenix/phoenix-assembly "5.1.0"]