com.github.ozsie.DependencyExtensions.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of detekt-maven-plugin Show documentation
Show all versions of detekt-maven-plugin Show documentation
A maven plugin wrapper for detekt cli
package com.github.ozsie
import org.apache.maven.model.Dependency
internal infix fun Dependency.asPath(root: String) =
"$root/${groupId.asPath()}/$artifactId/$version/$artifactId-$version.jar"
internal fun Dependency.getIdentifier() = "$groupId:$artifactId"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy