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

com.corgibytes.maven.LastModifiedHeaderNotFound.kt Maven / Gradle / Ivy

Go to download

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") {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy