h

highlight-framework-spring

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/highlight-framework/highlight-framework-spring
The Apache Software License, Version 2.0
Nils Gereke Vadim Korolik
Files download
File Operation
highlight-framework-spring-0.1.2.jar download
highlight-framework-spring-0.1.2.pom download
highlight-framework-spring-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.highlight</groupId>
  <artifactId>highlight-framework-spring</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'io.highlight:highlight-framework-spring:0.1.2'
Gradle Kotlin
implementation("io.highlight:highlight-framework-spring:0.1.2")
Scala SBT
libraryDependencies += "io.highlight" % "highlight-framework-spring" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='io.highlight', module='highlight-framework-spring', version='0.1.2')
)
Apache Ivy
<dependency org="io.highlight" name="highlight-framework-spring" rev="0.1.2" />
Leiningen
[io.highlight/highlight-framework-spring "0.1.2"]
Apache Buildr
'io.highlight:highlight-framework-spring:jar:0.1.2'