@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.
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
Most helpful comment
@mikeprimm Dynmap is up to version 3.0 - can we get the repo updated again, please?