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

lmcoursier.definitions.Module.scala Maven / Gradle / Ivy

There is a newer version: 2.1.6
Show newest version
package lmcoursier.definitions
import dataclass.data

@data class Module(
  organization: Organization,
  name: ModuleName,
  attributes: Map[String, String]
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy