thatlittlegit / maven-repo

Repository for Java projects for usage within Gradle/Maven

Home Page:https://gh.thatlittlegit.tk/maven-repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

maven-repo is a Maven repository for my personal projects. Originally, it was closed-source, however now I'm moving it onto a public GitHub repo. This site is built with Handlebars and Markdown by Travis CI.

The icon is for the pom.xml; the is for the JAR.

Usage

...with Maven

<repositories>
    <repository>
        <id>thatlittlegit</id>
        <url>https://thatlittlegit.github.io/maven-repo/jars</url>
    </repository>
</repositories>

...with Gradle

repositories {
    maven {
        name 'thatlittlegit'
        url 'https://thatlittlegit.github.io/maven-repo/jars'
    }
}

About

Repository for Java projects for usage within Gradle/Maven

https://gh.thatlittlegit.tk/maven-repo


Languages

Language:HTML 62.2%Language:JavaScript 37.8%