Skip to content
/ m2 Public

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

License

Notifications You must be signed in to change notification settings

GradientTim/m2

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Languages