is not current version
Last Version 0.30

com.googlecode.metridoc:metridoc-all 0.27

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

GroupId

GroupId

com.googlecode.metridoc
ArtifactId

ArtifactId

metridoc-all
Version

Version

0.27
Type

Type

pom

Download metridoc-all 0.27

Filename Size
metridoc-all-0.27.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-all/ -->
<dependency>
    <groupId>com.googlecode.metridoc</groupId>
    <artifactId>metridoc-all</artifactId>
    <version>0.27</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-all/
implementation 'com.googlecode.metridoc:metridoc-all:0.27'
// https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-all/
implementation ("com.googlecode.metridoc:metridoc-all:0.27")
'com.googlecode.metridoc:metridoc-all:pom:0.27'
<dependency org="com.googlecode.metridoc" name="metridoc-all" rev="0.27">
  <artifact name="metridoc-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.metridoc', module='metridoc-all', version='0.27')
)
libraryDependencies += "com.googlecode.metridoc" % "metridoc-all" % "0.27"
[com.googlecode.metridoc/metridoc-all "0.27"]