Repositories

Source Code

Kompics uses Git and is hosted at Github.

Kompics
The main Kompics repository can be found at http://github.com/kompics/kompics
Kompics Simulator
The Kompics simulator repository can be found at http://github.com/kompics/kompics-simulator
Kompics Scala
The Scala DSL repoistory is located at http://github.com/kompics/kompics-scala
Kompics Testing
The Testing DSL and framework is located at http://github.com/kompics/kompics-testing

Release Repository

Kompics released are hosted at https://dl.bintray.com/kompics/Maven.

Make sure that you add the repository to the maven repositories in pom.xml or your global settings.xml:

<repositories>
    <repository>
        <snapshots>
            <enabled>false
        </enabled>
        </snapshots>
        <id>bintray-kompics-Maven
      </id>
        <name>bintray
      </name>
        <url>https://dl.bintray.com/kompics/Maven
      </url>
    </repository>
</repositories>

Or in SBT in your build file with:

resolvers += Resolver.bintrayRepo("kompics", "Maven")

Note

Kompics snapshots are not published anymore, since moving to bintray.