Dynmap: Update Maven repository

Created on 19 May 2013  路  8Comments  路  Source: webbukkit/dynmap

@mikeprimm set up an official Maven repository in #1010, but it seems it's a bit old by now. The newest DynmapCoreAPI there is version 1.3. An update would be nice.

Most helpful comment

@mikeprimm Dynmap is up to version 3.0 - can we get the repo updated again, please?

All 8 comments

Done

It is possile to update again? Tha latest is 2.0.

Sure - I'll post an update tonight

@mikeprimm Dynmap is up to version 3.0 - can we get the repo updated again, please?

Please @mikeprimm

Im also not sure which maven repo to use for the line markers api.
(I want to obtain the regions created with the lines on the dynmap)

Current maven code:

<repository>
       <id>dynmap-repo</id>
       <url>http://repo.mikeprimm.com/org/dynmap/</url>
</repository>
<dependency>
       <groupId>DynmapCoreAPI</groupId>
       <artifactId>dynmap</artifactId>
       <version>2.0</version>
</dependency>

I know it's old, but I haven't found anything else.
Here's the working maven code:

<repository>
    <id>dynmap-repo</id>
    <url>http://repo.mikeprimm.com/</url>
</repository>

<dependency>
    <groupId>org.dynmap</groupId>
    <artifactId>DynmapCoreAPI</artifactId>
    <version>2.0</version>
    <scope>provided</scope>
</dependency>

3.x is under groupId us.dynmap - same repo

Was this page helpful?
0 / 5 - 0 ratings

Related issues

thetakodev picture thetakodev  路  4Comments

uncovery picture uncovery  路  7Comments

fuwwy picture fuwwy  路  3Comments

Lachney picture Lachney  路  3Comments

Marbel picture Marbel  路  3Comments