License |
License
Educational Community License, Version 2.0
|
---|---|
GroupId | GroupIdcom.googlecode.metridoc |
ArtifactId | ArtifactIdmetridoc-all |
Last Version | Last Version0.30 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmetridoc-all-0.30
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
|
Project URL |
Project URL |
Filename | Size |
---|---|
metridoc-all-0.30.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-all/ -->
<dependency>
<groupId>com.googlecode.metridoc</groupId>
<artifactId>metridoc-all</artifactId>
<version>0.30</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-all/
implementation 'com.googlecode.metridoc:metridoc-all:0.30'
// https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-all/
implementation ("com.googlecode.metridoc:metridoc-all:0.30")
'com.googlecode.metridoc:metridoc-all:pom:0.30'
<dependency org="com.googlecode.metridoc" name="metridoc-all" rev="0.30">
<artifact name="metridoc-all" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.metridoc', module='metridoc-all', version='0.30')
)
libraryDependencies += "com.googlecode.metridoc" % "metridoc-all" % "0.30"
[com.googlecode.metridoc/metridoc-all "0.30"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.metridoc : metridoc-core | jar | 0.30 |
com.googlecode.metridoc : metridoc-project | jar | 0.30 |
com.googlecode.metridoc : metridoc-camel-plugin | jar | 0.30 |
com.googlecode.metridoc : ezproxy-workflow | jar | 0.30 |
com.googlecode.metridoc : metridoc-workflow | jar | 0.30 |
com.googlecode.metridoc : metridoc-schema-plugin | jar | 0.30 |
com.googlecode.metridoc : metridoc-sql-plugin | jar | 0.30 |
com.googlecode.metridoc : metridoc-sushi-plugin | jar | 0.30 |
com.googlecode.metridoc : illiad-workflow | jar | 0.30 |
com.googlecode.metridoc : metridoc-doi-plugin | jar | 0.30 |
ch.qos.logback : logback-classic | jar | 0.9.29 |
org.apache.camel : camel-ftp | jar | 2.9.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |