Registry / build-tool / interface

interface

JSON →
library1.0.28javamavenunverified

Provides a minimal, proguarded interface for the Coursier dependency resolver library.

<dependency> <groupId>io.get-coursier</groupId> <artifactId>interface</artifactId> <version>1.0.28</version> </dependency>
INSTALL
IMPORT
SIG · INTERFACE
I
interface
build-tooljavav1.0.28
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.

Artifact
coursierapi.Artifact

Creates a Coursier Artifact representing a Maven dependency.

import coursierapi.Artifact; public class Example { public static void main(String[] args) { Artifact artifact = Artifact.of("org.example", "example", "1.0"); System.out.println("Artifact created: " + artifact); } }
Debug
Known issues
gotchaThe API is proguarded and may have limited documentation; use the main coursier library for full features.
fix
Consider using 'io.get-coursier:coursier' for more comprehensive functionality.
affects: *
Upgrade
Version history
1.0.28latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
interface — mvn dependency:get interface · libregistry