t

trail-metrics-parentpom

Parent POM for the Trail Metrics project.
http://www.mantledillusion.com
The Apache License, Version 2.0
Tobias Weber
Files download
File Operation
trail-metrics-parentpom-2.2.0.pom download
Apache Maven
<dependency>
  <groupId>com.mantledillusion.metrics</groupId>
  <artifactId>trail-metrics-parentpom</artifactId>
  <version>2.2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.mantledillusion.metrics:trail-metrics-parentpom:2.2.0'
Gradle Kotlin
implementation("com.mantledillusion.metrics:trail-metrics-parentpom:2.2.0")
Scala SBT
libraryDependencies += "com.mantledillusion.metrics" % "trail-metrics-parentpom" % "2.2.0"
Groovy Grape
@Grapes(
  @Grab(group='com.mantledillusion.metrics', module='trail-metrics-parentpom', version='2.2.0')
)
Apache Ivy
<dependency org="com.mantledillusion.metrics" name="trail-metrics-parentpom" rev="2.2.0" />
Leiningen
[com.mantledillusion.metrics/trail-metrics-parentpom "2.2.0"]
Apache Buildr
'com.mantledillusion.metrics:trail-metrics-parentpom:jar:2.2.0'