markkolich / markkolich.github.io

My GitHub Pages powered landing page & personal Maven2 repository.

Home Page:https://markkolich.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 landing page & personal Maven2 repository.

https://markkolich.github.io


Languages

Language:HTML 99.8%Language:Shell 0.2%