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

commonMain.com.m2f.archer.ExpirationRegistry.kt Maven / Gradle / Ivy

The newest version!
package com.m2f.archer

import kotlin.Long
import kotlin.String

public data class ExpirationRegistry(
  public val key: String,
  public val hash: Long,
  public val name: String,
  public val instant: String,
  public val whenCreated: String,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy