License |
License
Educational Community License, Version 2.0
|
---|---|
GroupId | GroupIdcom.googlecode.metridoc |
ArtifactId | ArtifactIdmetridoc-parent |
Last Version | Last Version0.30 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptionmetridoc-parent-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-parent-0.30.pom | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-parent/ -->
<dependency>
<groupId>com.googlecode.metridoc</groupId>
<artifactId>metridoc-parent</artifactId>
<version>0.30</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-parent/
implementation 'com.googlecode.metridoc:metridoc-parent:0.30'
// https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-parent/
implementation ("com.googlecode.metridoc:metridoc-parent:0.30")
'com.googlecode.metridoc:metridoc-parent:pom:0.30'
<dependency org="com.googlecode.metridoc" name="metridoc-parent" rev="0.30">
<artifact name="metridoc-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.metridoc', module='metridoc-parent', version='0.30')
)
libraryDependencies += "com.googlecode.metridoc" % "metridoc-parent" % "0.30"
[com.googlecode.metridoc/metridoc-parent "0.30"]