MVN

com.googlecode.metridoc : metridoc-all

Maven & Gradle

Apr 25, 2012
1 usages

There is no code in the project. This module is here for convenience, specifically for the scripting framework. Just reference this and you will have access to all the scripting apis. For web projects it is probably better to access just what you need. Metridoc uses slf4j as the logger. This module will default to logback as the logger

<dependency>
    <groupId>com.googlecode.metridoc</groupId>
    <artifactId>metridoc-all</artifactId>
    <version>0.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.metridoc : metridoc-all to add to Maven - Latest Versions:

  • Latest Stable: 0.30

All Versions

Choose a version of com.googlecode.metridoc : metridoc-all to add to Maven - All Versions:

Version Vulnerabilities Updated
0.30
metridoc-all-0.30
0.29
metridoc-all-0.29
0.28
metridoc-all-0.28
0.27
metridoc-all-0.27
0.26
metridoc-all-0.26
0.24
metridoc-all-0.24
0.23
metridoc-all-0.23
0.22
metridoc-all-0.22
0.21
metridoc-all-0.21
0.20
metridoc-all-0.20
0.19
metridoc-all-0.19
0.18
metridoc-all-0.18
0.17
metridoc-all-0.17
0.16
metridoc-all-0.16
0.15
metridoc-all-0.15
0.14
metridoc-all-0.14
0.13
metridoc-all-0.13
0.12
metridoc-all-0.12
0.11
metridoc-all-0.11
0.10
metridoc-all-0.10
0.9
metridoc-all-0.9
0.8
metridoc-all-0.8
0.7
metridoc-all-0.7
0.6
metridoc-all-0.6

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.googlecode.metridoc</groupId>
    <artifactId>metridoc-all</artifactId>
    <version>0.30</version>
</dependency>