Skip to content

Files

Latest commit

 

History

History
42 lines (33 loc) · 936 Bytes

README.md

File metadata and controls

42 lines (33 loc) · 936 Bytes

m2

A small Maven2 library to download dependencies and receive information about them

kotlin license version

Usage

Installation

Gradle (Kotlin)

dependencies {
    implementation("dev.gradienttim", "m2", "VERSION")
}

Gradle (Groovy)

dependencies {
    implementation 'dev.gradienttim:m2:VERSION'
}

Maven

<dependencies>
    <dependency>
        <groupId>dev.gradienttim</groupId>
        <artifactId>m2</artifactId>
        <version>VERSION</version>
    </dependency>
</dependencies>

License

This project is licensed under the MIT license