License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdorg.apache.phoenix |
ArtifactId | ArtifactIdphoenix-client-parent |
Version | Version5.1.1 |
Type | Typepom |
Description |
DescriptionPhoenix Client Parent
Common configuration for the Phoenix Client Variants
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
phoenix-client-parent-5.1.1.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-client-parent/ -->
<dependency>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-client-parent</artifactId>
<version>5.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-client-parent/
implementation 'org.apache.phoenix:phoenix-client-parent:5.1.1'
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-client-parent/
implementation ("org.apache.phoenix:phoenix-client-parent:5.1.1")
'org.apache.phoenix:phoenix-client-parent:pom:5.1.1'
<dependency org="org.apache.phoenix" name="phoenix-client-parent" rev="5.1.1">
<artifact name="phoenix-client-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.phoenix', module='phoenix-client-parent', version='5.1.1')
)
libraryDependencies += "org.apache.phoenix" % "phoenix-client-parent" % "5.1.1"
[org.apache.phoenix/phoenix-client-parent "5.1.1"]