g

gc-log-profiler

A HotSpot GC Log profiler
http://www.nexusy.com
The Apache License, Version 2.0
Lan
Files download
File Operation
gc-log-profiler-0.1.0.pom download
gc-log-profiler-0.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.nexusy</groupId>
  <artifactId>gc-log-profiler</artifactId>
  <version>0.1.0</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'com.nexusy:gc-log-profiler:0.1.0'
Gradle Kotlin
implementation("com.nexusy:gc-log-profiler:0.1.0")
Scala SBT
libraryDependencies += "com.nexusy" % "gc-log-profiler" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.nexusy', module='gc-log-profiler', version='0.1.0')
)
Apache Ivy
<dependency org="com.nexusy" name="gc-log-profiler" rev="0.1.0" />
Leiningen
[com.nexusy/gc-log-profiler "0.1.0"]
Apache Buildr
'com.nexusy:gc-log-profiler:jar:0.1.0'