Registry / build-tool / coursier-2-13

coursier-2-13

JSON →
library2.1.24javamavenunverified

Coursier is a Scala dependency resolver and launcher for fetching artifacts from Maven/Ivy repositories.

<dependency> <groupId>io.get-coursier</groupId> <artifactId>coursier_2.13</artifactId> <version>2.1.24</version> </dependency>
INSTALL
IMPORT
SIG · COURSIER-2-13
C
coursier-2-13
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

Create a Coursier dependency for resolution.

import coursier.core.Dependency; import coursier.Module; public class CoursierExample { public static void main(String[] args) { Dependency dep = Dependency(Module("org.example", "artifact"), "1.0.0"); System.out.println(dep); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.1.24latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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