| License | License | 
|---|---|
| Categories | CategoriesAnt Build Tools Metrics Application Testing & Monitoring Monitoring | 
| GroupId | GroupIdcom.spotify.metrics | 
| ArtifactId | ArtifactIdsemantic-metrics-parent | 
| Last Version | Last Version1.1.11 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionSemantic Metrics: Parent POM Semantic Metrics: Parent POM | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| semantic-metrics-parent-1.1.11.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.spotify.metrics/semantic-metrics-parent/ -->
<dependency>
    <groupId>com.spotify.metrics</groupId>
    <artifactId>semantic-metrics-parent</artifactId>
    <version>1.1.11</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.spotify.metrics/semantic-metrics-parent/
implementation 'com.spotify.metrics:semantic-metrics-parent:1.1.11'// https://jarcasting.com/artifacts/com.spotify.metrics/semantic-metrics-parent/
implementation ("com.spotify.metrics:semantic-metrics-parent:1.1.11")'com.spotify.metrics:semantic-metrics-parent:pom:1.1.11'<dependency org="com.spotify.metrics" name="semantic-metrics-parent" rev="1.1.11">
  <artifact name="semantic-metrics-parent" type="pom" />
</dependency>@Grapes(
@Grab(group='com.spotify.metrics', module='semantic-metrics-parent', version='1.1.11')
)libraryDependencies += "com.spotify.metrics" % "semantic-metrics-parent" % "1.1.11"[com.spotify.metrics/semantic-metrics-parent "1.1.11"]