GroupId | GroupIdorg.apache.phoenix |
---|---|
ArtifactId | ArtifactIdphoenix-assembly |
Version | Version4.16.1 |
Type | Typepom |
Filename | Size |
---|---|
phoenix-assembly-4.16.1.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-assembly/ -->
<dependency>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-assembly</artifactId>
<version>4.16.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-assembly/
implementation 'org.apache.phoenix:phoenix-assembly:4.16.1'
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-assembly/
implementation ("org.apache.phoenix:phoenix-assembly:4.16.1")
'org.apache.phoenix:phoenix-assembly:pom:4.16.1'
<dependency org="org.apache.phoenix" name="phoenix-assembly" rev="4.16.1">
<artifact name="phoenix-assembly" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.phoenix', module='phoenix-assembly', version='4.16.1')
)
libraryDependencies += "org.apache.phoenix" % "phoenix-assembly" % "4.16.1"
[org.apache.phoenix/phoenix-assembly "4.16.1"]