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

xyz.cssxsh.arknights.CacheInfo.kt Maven / Gradle / Ivy

There is a newer version: 2.3.1
Show newest version
package xyz.cssxsh.arknights

import java.time.*

public interface CacheInfo {
    public val created: OffsetDateTime
    public val url: String
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy