forked from agentcontest/massim_2018
-
Notifications
You must be signed in to change notification settings - Fork 4
Home
Sebastian Sardina edited this page May 8, 2020
·
3 revisions
This Agents in City RMIT-version server is like the 2018 server but with the items in shops brought back, as in the 2017 server.
The system depends on external eishub
, which provides the generic Percept
type. This server does not make any changes to that. This external dependency is obtained via this in the pom.xml
:
<repository>
<id>eishub-mvn-repo</id>
<url>https://raw.github.com/eishub/mvn-repo/master</url>
</repository>
This uses GitHub as a Maven repo with the Maven repo being this one.