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

domain.Item.scala Maven / Gradle / Ivy

The newest version!
package domain

import java.util.Date

case class Item(id: String,
                jobId: Long,
                status: String,
                createdAt: Date,
                updatedAt: Option[Date],
                attributes: Map[String, String])




© 2015 - 2025 Weber Informatics LLC | Privacy Policy