All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.ozsie.DependencyExtensions.kt Maven / Gradle / Ivy

There is a newer version: 1.23.7
Show newest version
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