Categories |
CategoriesMetrics Application Testing & Monitoring Monitoring |
---|---|
GroupId | GroupIdcom.metricstream |
ArtifactId | ArtifactIdwalkmod-metricstream-plugin |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.metricstream/walkmod-metricstream-plugin/ -->
<dependency>
<groupId>com.metricstream</groupId>
<artifactId>walkmod-metricstream-plugin</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.metricstream/walkmod-metricstream-plugin/
implementation 'com.metricstream:walkmod-metricstream-plugin:1.0.0'
// https://jarcasting.com/artifacts/com.metricstream/walkmod-metricstream-plugin/
implementation ("com.metricstream:walkmod-metricstream-plugin:1.0.0")
'com.metricstream:walkmod-metricstream-plugin:jar:1.0.0'
<dependency org="com.metricstream" name="walkmod-metricstream-plugin" rev="1.0.0">
<artifact name="walkmod-metricstream-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.metricstream', module='walkmod-metricstream-plugin', version='1.0.0')
)
libraryDependencies += "com.metricstream" % "walkmod-metricstream-plugin" % "1.0.0"
[com.metricstream/walkmod-metricstream-plugin "1.0.0"]