ClientDevBridge Releases

A static Maven repository for ClientDevBridge, a dev-only mod that lets a coding agent drive a Minecraft dev client from the shell.

https://cyclopsmc.github.io/ClientDevBridge-Releases

You do not normally add this by hand — clientdevbridge start injects it into your build at launch. To do it yourself:

repositories {
    maven {
        url = 'https://cyclopsmc.github.io/ClientDevBridge-Releases'
        content { includeGroup 'org.cyclops.clientdevbridge' }
    }
}

dependencies {
    modLocalRuntime 'org.cyclops.clientdevbridge:clientdevbridge-1.21.1-fabric:+'
}

Artifact ids are clientdevbridge-<minecraft version>-<loader>. There is no directory index: browse the tree on GitHub instead, or read an artifact's maven-metadata.xml for its published versions.