h

highlight-common

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-common-0.1.2.jar download
highlight-common-0.1.2.pom download
highlight-common-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.highlight</groupId>
  <artifactId>highlight-common</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'io.highlight:highlight-common:0.1.2'
Gradle Kotlin
implementation("io.highlight:highlight-common:0.1.2")
Scala SBT
libraryDependencies += "io.highlight" % "highlight-common" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.highlight', module='highlight-common', version='0.1.2')
)
Apache Ivy
<dependency org="io.highlight" name="highlight-common" rev="0.1.2" />
Leiningen
[io.highlight/highlight-common "0.1.2"]
Apache Buildr
'io.highlight:highlight-common:jar:0.1.2'