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