Hey guys,
I was trying to add web services (ronin-ws) support to my ronin server, but i can't get the dependency to import. Per the documentation; I've added the maven dependency:
<dependency>
<groupId>org.gosu-lang.ronin</groupId>
<artifactId>ronin-ws</artifactId>
<version>0.1</version>
</dependency>
But it's not found.
After some poking around, it doesn't appear to be published. Do you know how I can get access to it? I'm somewhat of a mavin newb, but it seems like it's not posted on the mavin nexus thing for ronin.
e.g.
doesn't contain ronin-ws anywhere.
~Paul