h

highlight

highlight.io is a monitoring tool for the next generation of developers (like you!). Unlike the age-old, outdated tools out there, we aim to build a cohesive, modern and fully-featured monitoring solution, something we wished WE had. And it's all open source :)
https://github.com/highlight/highlight
The Apache Software License, Version 2.0
Nils Gereke Vadim Korolik
Files download
File Operation
highlight-0.1.2.pom download
Apache Maven
<dependency>
  <groupId>io.highlight</groupId>
  <artifactId>highlight</artifactId>
  <version>0.1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.highlight:highlight:0.1.2'
Gradle Kotlin
implementation("io.highlight:highlight:0.1.2")
Scala SBT
libraryDependencies += "io.highlight" % "highlight" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.highlight', module='highlight', version='0.1.2')
)
Apache Ivy
<dependency org="io.highlight" name="highlight" rev="0.1.2" />
Leiningen
[io.highlight/highlight "0.1.2"]
Apache Buildr
'io.highlight:highlight:jar:0.1.2'
Dependencies
The project has no third-party dependencies