object DependencyResolution
- Alphabetic
- By Inheritance
- DependencyResolution
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
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
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def majorMinorVersion(version: String): String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
def
resolve(artifacts: List[Artifact], logger: Logger, resolveSources: Boolean = false, additionalRepos: Seq[Repository] = Nil): Array[AbsolutePath]
Resolve the specified modules and get all the files.
Resolve the specified modules and get all the files. By default, the local Ivy repository and Maven Central are included in resolution. This resolution throws in case there is an error.
- artifacts
Artifacts to resolve
- logger
A logger that receives messages about resolution.
- resolveSources
Resolve JAR files containing sources
- additionalRepos
Additional repositories to include in resolution.
- returns
All the resolved files.
-
def
resolveDependenciesWithErrors(dependencies: Seq[Dependency], resolveSources: Boolean = false, additionalRepositories: Seq[Repository] = Nil): Either[CoursierError, Array[AbsolutePath]]
Resolve the specified dependencies and get all the files.
Resolve the specified dependencies and get all the files. By default, the local ivy repository and Maven Central are included in resolution. This resolution is pure and returns either some errors or some resolved jars.
- dependencies
Dependencies to resolve.
- additionalRepositories
Additional repositories to include in resolution.
- returns
Either a coursier error or all the resolved files.
-
def
resolveWithErrors(artifacts: List[Artifact], logger: Logger, resolveSources: Boolean = false, additionalRepositories: Seq[Repository] = Nil): Either[CoursierError, Array[AbsolutePath]]
Resolve the specified module and get all the files.
Resolve the specified module and get all the files. By default, the local ivy repository and Maven Central are included in resolution. This resolution is pure and returns either some errors or some resolved jars.
- artifacts
Artifacts to resolve
- returns
Either a coursier error or all the resolved files.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated