com.corgibytes.maven.LastModifiedHeaderNotFound.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 LastModifiedHeaderNotFound(url: String): Exception("Last-Modified header is not present for $url") {
}