m

metrics-bom

This bill of materials (BOM) POM covers all the Metrics artifacts related to a particular version. By importing this BOM, you fix the version of all of Metrics-related artifacts to the versions associated with a particular release. This prevents the overriding of Metrics transitive dependencies which in turn could cause version conflicts between libraries. To use this BOM, add the following in your POM: com.covisint.core metrics-bom 3.0.2 pom import And then declare your dependency on the Metrics artifacts *without* a version.
http://covisint.com
The Apache Software License, Version 2.0
NextGen Platform Development Team
文件下载
文件名 操作
metrics-bom-3.0.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.covisint.core</groupId>
  <artifactId>metrics-bom</artifactId>
  <version>3.0.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.covisint.core:metrics-bom:3.0.2'
Gradle Kotlin
implementation("com.covisint.core:metrics-bom:3.0.2")
Scala SBT
libraryDependencies += "com.covisint.core" % "metrics-bom" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='com.covisint.core', module='metrics-bom', version='3.0.2')
)
Apache Ivy
<dependency org="com.covisint.core" name="metrics-bom" rev="3.0.2" />
Leiningen
[com.covisint.core/metrics-bom "3.0.2"]
Apache Buildr
'com.covisint.core:metrics-bom:jar:3.0.2'
本项目依赖
该项目无第三方依赖