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

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

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

import dataclass.data

/**
 * @param exclude Use "*" in either organization or name to match any.
 * @param include Use "*" in either organization or name to match any.
 */
@data class ModuleMatchers(
  exclude: Set[Module],
  include: Set[Module],
  includeByDefault: Boolean = true
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy