object ToCoursier
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ToCoursier
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def authentication(authentication: Authentication): coursier.core.Authentication
- def cacheLogger(logger: CacheLogger): coursier.cache.CacheLogger
- def cachePolicy(r: CachePolicy): coursier.cache.CachePolicy
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def configuration(configuration: Configuration): coursier.core.Configuration
- def credentials(credentials: Credentials): Credentials
- def dependency(dependency: Dependency): coursier.core.Dependency
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def module(organization: String, name: String, attributes: Map[String, String] = Map.empty): coursier.core.Module
- def module(mod: Module): coursier.core.Module
- def moduleMatchers(matcher: ModuleMatchers): coursier.util.ModuleMatchers
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def project(project: Project): coursier.core.Project
- def publication(publication: Publication): coursier.core.Publication
- def reconciliation(rs: Vector[(ModuleMatchers, Reconciliation)]): Vector[(coursier.util.ModuleMatchers, coursier.core.Reconciliation)]
- def reconciliation(r: Reconciliation): coursier.core.Reconciliation
- def sameVersions(sv: Seq[Set[InclExclRule]]): Seq[(SameVersion, RuleResolution)]
- def strict(strict: Strict): coursier.params.rule.Strict
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()