License |
License
Educational Community License, Version 2.0
|
---|---|
GroupId | GroupIdcom.googlecode.metridoc |
ArtifactId | ArtifactIdmetridoc-runner |
Last Version | Last Version0.30 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionmetridoc-runner-0.30
Data integration tools to assist libraries with collecting business metrics and usage data. This is the top
level pom that is both inherited and builds all child projects / modules.
|
Project URL |
Project URL |
Filename | Size |
---|---|
metridoc-runner-0.30.pom | |
metridoc-runner-0.30.jar | 5 KB |
metridoc-runner-0.30-sources.jar | 2 KB |
metridoc-runner-0.30-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-runner/ -->
<dependency>
<groupId>com.googlecode.metridoc</groupId>
<artifactId>metridoc-runner</artifactId>
<version>0.30</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-runner/
implementation 'com.googlecode.metridoc:metridoc-runner:0.30'
// https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-runner/
implementation ("com.googlecode.metridoc:metridoc-runner:0.30")
'com.googlecode.metridoc:metridoc-runner:jar:0.30'
<dependency org="com.googlecode.metridoc" name="metridoc-runner" rev="0.30">
<artifact name="metridoc-runner" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.metridoc', module='metridoc-runner', version='0.30')
)
libraryDependencies += "com.googlecode.metridoc" % "metridoc-runner" % "0.30"
[com.googlecode.metridoc/metridoc-runner "0.30"]