mkremins / fanciful

Fancy Bukkit message formatting
MIT License
96 stars 82 forks source link

Maven Repo down? #64

Closed baba43 closed 8 years ago

baba43 commented 9 years ago

Hey, I'm trying to add your great library to my maven project but it seems that the fanciful artifact is missing?

    <repository>
        <id>fanciful-mvn-repo</id>
        <url>http://repo.franga2000.com/artifactory/public</url>
    </repository>
    <dependency>
        <groupId>mkremins</groupId>
        <artifactId>fanciful</artifactId>
        <version>0.3.1</version>
    </dependency>
IDragonfire commented 8 years ago

Not found: http://repo.franga2000.com/artifactory/public

Lolmewn commented 8 years ago

Just ran into this as well

JeromSar commented 8 years ago

Fanciful is licensed under MIT so either way, it's always possible to simply include the project's source manually.

Stealth2800 commented 8 years ago

Check these two pull requests for alternative repositories @Lolmewn https://github.com/mkremins/fanciful/pull/65 https://github.com/mkremins/fanciful/pull/66