com.dubture:composer-java-api-parent

Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/


License
Apache-2.0

Documentation

Composer Java Bindings

Build Status

A Java API for the PHP dependency manager Composer and it's main repository packagist.org.

See the tests for usage details.

An example implementation can be found in the Eclipse Composer Plugin

Maven Usage

    <dependencies>
        <dependency>
            <groupId>com.dubture</groupId>
            <artifactId>composer-java-api</artifactId>
            <version>0.0.5</version>
        </dependency>
    </dependencies>

Contributors