Files download
File Operation
streamx-jvm-profiler-1.2.0.jar download
streamx-jvm-profiler-1.2.0.pom download
streamx-jvm-profiler-1.2.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.streamxhub.streamx</groupId>
  <artifactId>streamx-jvm-profiler</artifactId>
  <version>1.2.0</version>
</dependency>
Gradle Groovy
implementation 'com.streamxhub.streamx:streamx-jvm-profiler:1.2.0'
Gradle Kotlin
implementation("com.streamxhub.streamx:streamx-jvm-profiler:1.2.0")
Scala SBT
libraryDependencies += "com.streamxhub.streamx" % "streamx-jvm-profiler" % "1.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.streamxhub.streamx', module='streamx-jvm-profiler', version='1.2.0')
)
Apache Ivy
<dependency org="com.streamxhub.streamx" name="streamx-jvm-profiler" rev="1.2.0" />
Leiningen
[com.streamxhub.streamx/streamx-jvm-profiler "1.2.0"]
Apache Buildr
'com.streamxhub.streamx:streamx-jvm-profiler:jar:1.2.0'