MVN

com.googlecode.metridoc : metridoc-spring

Maven & Gradle

Aug 15, 2011
<dependency>
    <groupId>com.googlecode.metridoc</groupId>
    <artifactId>metridoc-spring</artifactId>
    <version>0.14</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.metridoc : metridoc-spring to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.14

All Versions

Choose a version of com.googlecode.metridoc : metridoc-spring to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.14
metridoc-spring-0.14
0.13
metridoc-spring-0.13
0.12
metridoc-spring-0.12
0.11
metridoc-spring-0.11
0.10
metridoc-spring-0.10
0.9
metridoc-spring-0.9
0.8
metridoc-spring-0.8
0.7
metridoc-spring-0.7
0.6
metridoc-spring-0.6

How to add a dependency to Maven

Add the following com.googlecode.metridoc : metridoc-spring maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.metridoc</groupId>
    <artifactId>metridoc-spring</artifactId>
    <version>0.14</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.metridoc : metridoc-spring gradle dependency to your build.gradle file:

implementation 'com.googlecode.metridoc:metridoc-spring:0.14'

Gradle Kotlin DSL: Add the following com.googlecode.metridoc : metridoc-spring gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.metridoc:metridoc-spring:0.14")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.metridoc : metridoc-spring sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.metridoc" % "metridoc-spring" % "0.14"