Registry / build-tool / coursier-2-12

coursier-2-12

JSON →
library2.1.24javamavenunverified

A Scala library for fetching and resolving dependencies, providing a pure Scala implementation of dependency resolution.

<dependency> <groupId>io.get-coursier</groupId> <artifactId>coursier_2.12</artifactId> <version>2.1.24</version> </dependency>
INSTALL
IMPORT
SIG · COURSIER-2-12
C
coursier-2-12
build-tooljavav2.1.24
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Dependency
coursier.core.Dependency

Demonstrates creating a dependency using Coursier's core API.

import coursier.core.Dependency; import coursier.core.Module; public class Example { public static void main(String[] args) { Module module = Module.parse("org.example:example_2.12").getOrElse(null); Dependency dep = Dependency.of(module, "1.0.0"); System.out.println("Dependency: " + dep); } }
Debug
Known issues
breakingCoursier 2.x uses Scala 2.12; ensure your project is compatible with Scala 2.12.
fix
Use coursier_2.13 or coursier_3 for newer Scala versions.
affects: 2.1.24
Upgrade
Version history
2.1.24latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
12
OpenAI (training)
1
Resources
coursier-2-12 — mvn dependency:get coursier-2-12 · libregistry