Skip to content

7kgame/maven-repo

Repository files navigation

maven-repo

mvn install:install-file -Dfile=${path}/${artifactId}.jar -DgroupId=com.github.7kgame -DartifactId=testlib -Dversion=1.0.0 -Dpackaging=jar

git add -f com/github/7kgame/${artifactId}

allprojects {
    repositories {
        jcenter()
            maven{
                url 'https://raw.githubusercontent.com/7kgame/maven-repo/master'
            }
    }
}

compile 'com.github.7kgame:testlib:1.0.0'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published