com.corgibytes.maven.PomFileNotFoundException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of dependency-history-maven Show documentation
Show all versions of dependency-history-maven Show documentation
Library for retrieving release history for a package that's published in a Maven repository
The newest version!
package com.corgibytes.maven
class PomFileNotFoundException(url: String) : Exception("Unable to retrieve $url") {
}