GroupId | GroupIdcom.googlecode.metridoc |
---|---|
ArtifactId | ArtifactIdmetridoc-schema-plugin |
Version | Version0.17 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-schema-plugin/ -->
<dependency>
<groupId>com.googlecode.metridoc</groupId>
<artifactId>metridoc-schema-plugin</artifactId>
<version>0.17</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-schema-plugin/
implementation 'com.googlecode.metridoc:metridoc-schema-plugin:0.17'
// https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-schema-plugin/
implementation ("com.googlecode.metridoc:metridoc-schema-plugin:0.17")
'com.googlecode.metridoc:metridoc-schema-plugin:jar:0.17'
<dependency org="com.googlecode.metridoc" name="metridoc-schema-plugin" rev="0.17">
<artifact name="metridoc-schema-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.metridoc', module='metridoc-schema-plugin', version='0.17')
)
libraryDependencies += "com.googlecode.metridoc" % "metridoc-schema-plugin" % "0.17"
[com.googlecode.metridoc/metridoc-schema-plugin "0.17"]