MVN

io.mats3.matsbrokermonitor : matsbrokermonitor-htmlgui

Maven & Gradle

Nov 13, 2022
0 stars

Mats Broker Monitor · Monitoring solution for the backend message broker of Mats

<dependency>
    <groupId>io.mats3.matsbrokermonitor</groupId>
    <artifactId>matsbrokermonitor-htmlgui</artifactId>
    <version>0.1.5-2022-11-13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.mats3.matsbrokermonitor : matsbrokermonitor-htmlgui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.5-2022-11-13

All Versions

Choose a version of io.mats3.matsbrokermonitor : matsbrokermonitor-htmlgui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
matsbrokermonitor-htmlgui-0.1.5-2022-11-13
matsbrokermonitor-htmlgui-0.1.4-2022-11-09
matsbrokermonitor-htmlgui-0.1.3-2022-05-06
matsbrokermonitor-htmlgui-0.1.2-2022-05-05
matsbrokermonitor-htmlgui-0.1.1-2022-05-02
matsbrokermonitor-htmlgui-0.1.0-2022-04-24

How to add a dependency to Maven

Add the following io.mats3.matsbrokermonitor : matsbrokermonitor-htmlgui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.mats3.matsbrokermonitor</groupId>
    <artifactId>matsbrokermonitor-htmlgui</artifactId>
    <version>0.1.5-2022-11-13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.mats3.matsbrokermonitor : matsbrokermonitor-htmlgui gradle dependency to your build.gradle file:

implementation 'io.mats3.matsbrokermonitor:matsbrokermonitor-htmlgui:0.1.5-2022-11-13'

Gradle Kotlin DSL: Add the following io.mats3.matsbrokermonitor : matsbrokermonitor-htmlgui gradle kotlin dependency to your build.gradle.kts file:

implementation("io.mats3.matsbrokermonitor:matsbrokermonitor-htmlgui:0.1.5-2022-11-13")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.mats3.matsbrokermonitor : matsbrokermonitor-htmlgui sbt scala dependency to your build.sbt file:

libraryDependencies += "io.mats3.matsbrokermonitor" % "matsbrokermonitor-htmlgui" % "0.1.5-2022-11-13"