GroupId | GroupIdorg.apache.phoenix |
---|---|
ArtifactId | ArtifactIdphoenix-tools |
Version | Version4.16.0 |
Type | Typejar |
Filename | Size |
---|---|
phoenix-tools-4.16.0.pom | |
phoenix-tools-4.16.0.jar | 24 KB |
phoenix-tools-4.16.0-tests.jar | 26 KB |
phoenix-tools-4.16.0-sources.jar | 18 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-tools/ -->
<dependency>
<groupId>org.apache.phoenix</groupId>
<artifactId>phoenix-tools</artifactId>
<version>4.16.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-tools/
implementation 'org.apache.phoenix:phoenix-tools:4.16.0'
// https://jarcasting.com/artifacts/org.apache.phoenix/phoenix-tools/
implementation ("org.apache.phoenix:phoenix-tools:4.16.0")
'org.apache.phoenix:phoenix-tools:jar:4.16.0'
<dependency org="org.apache.phoenix" name="phoenix-tools" rev="4.16.0">
<artifact name="phoenix-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.phoenix', module='phoenix-tools', version='4.16.0')
)
libraryDependencies += "org.apache.phoenix" % "phoenix-tools" % "4.16.0"
[org.apache.phoenix/phoenix-tools "4.16.0"]