GroupId | GroupIdcom.googlecode.metridoc |
---|---|
ArtifactId | ArtifactIdmetridoc-schema-plugin |
Version | Version0.28 |
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.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-schema-plugin/
implementation 'com.googlecode.metridoc:metridoc-schema-plugin:0.28'
// https://jarcasting.com/artifacts/com.googlecode.metridoc/metridoc-schema-plugin/
implementation ("com.googlecode.metridoc:metridoc-schema-plugin:0.28")
'com.googlecode.metridoc:metridoc-schema-plugin:jar:0.28'
<dependency org="com.googlecode.metridoc" name="metridoc-schema-plugin" rev="0.28">
<artifact name="metridoc-schema-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.metridoc', module='metridoc-schema-plugin', version='0.28')
)
libraryDependencies += "com.googlecode.metridoc" % "metridoc-schema-plugin" % "0.28"
[com.googlecode.metridoc/metridoc-schema-plugin "0.28"]