MVN

fr.zebasto : simple-metric-framework

Maven & Gradle

Sep 17, 2014

Simple Metric Framework · JAVA Library used to centralize multiple metric in a single HazelCast Map

<dependency>
    <groupId>fr.zebasto</groupId>
    <artifactId>simple-metric-framework</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.zebasto : simple-metric-framework to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of fr.zebasto : simple-metric-framework to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
simple-metric-framework-1.0.2
simple-metric-framework-1.0.1
simple-metric-framework-1.0.0

How to add a dependency to Maven

Add the following fr.zebasto : simple-metric-framework maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>fr.zebasto</groupId>
    <artifactId>simple-metric-framework</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following fr.zebasto : simple-metric-framework gradle dependency to your build.gradle file:

implementation 'fr.zebasto:simple-metric-framework:1.0.2'

Gradle Kotlin DSL: Add the following fr.zebasto : simple-metric-framework gradle kotlin dependency to your build.gradle.kts file:

implementation("fr.zebasto:simple-metric-framework:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following fr.zebasto : simple-metric-framework sbt scala dependency to your build.sbt file:

libraryDependencies += "fr.zebasto" % "simple-metric-framework" % "1.0.2"

Advertisement