A small Maven2 library to download dependencies and receive information about them
dependencies {
implementation("dev.gradienttim", "m2", "VERSION")
}
dependencies {
implementation 'dev.gradienttim:m2:VERSION'
}
<dependencies>
<dependency>
<groupId>dev.gradienttim</groupId>
<artifactId>m2</artifactId>
<version>VERSION</version>
</dependency>
</dependencies>
This project is licensed under the MIT license