Skip to content

My GitHub Pages powered Maven2 repository.

Notifications You must be signed in to change notification settings

markkolich/markkolich.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Mark's Maven2 Repository

This is my GitHub hosted Maven2 repository which hosts all of my publicly distributed artifacts.

Resolvers

If you wish to use this repository, you can easily add it to your existing Maven or SBT projects.

SBT

resolvers += "Kolich repo" at "https://markkolich.github.io/repo"

Maven

<repository>
  <id>Kolichrepo</id>
  <name>Kolich repo</name>
  <url>https://markkolich.github.io/repo/</url>
  <layout>default</layout>
</repository>

Raw

You can browse the contents of the repository, and download any artifact you'd like at https://markkolich.github.io/repo.

About

My GitHub Pages powered Maven2 repository.

Resources

Stars

Watchers

Forks