p

presto-jmx

Presto - JMX Connector
Files download
File Operation
presto-jmx-0.286.jar download
presto-jmx-0.286.pom download
presto-jmx-0.286-sources.jar download
Apache Maven
<dependency>
  <groupId>com.facebook.presto</groupId>
  <artifactId>presto-jmx</artifactId>
  <version>0.286</version>
  <type>presto-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.facebook.presto:presto-jmx:0.286'
Gradle Kotlin
implementation("com.facebook.presto:presto-jmx:0.286")
Scala SBT
libraryDependencies += "com.facebook.presto" % "presto-jmx" % "0.286"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.presto', module='presto-jmx', version='0.286')
)
Apache Ivy
<dependency org="com.facebook.presto" name="presto-jmx" rev="0.286" />
Leiningen
[com.facebook.presto/presto-jmx "0.286"]
Apache Buildr
'com.facebook.presto:presto-jmx:jar:0.286'