Dependency Information
Apache Maven
<dependency> <groupId>fi.tut.mei.matchmaking</groupId> <artifactId>MatchmakingProcess</artifactId> <version>0.2.0-DEV</version> </dependency>
Apache Ivy
<dependency org="fi.tut.mei.matchmaking" name="MatchmakingProcess" rev="0.2.0-DEV"> <artifact name="MatchmakingProcess" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='fi.tut.mei.matchmaking', module='MatchmakingProcess', version='0.2.0-DEV') )
Gradle/Grails
implementation 'fi.tut.mei.matchmaking:MatchmakingProcess:0.2.0-DEV'
Scala SBT
libraryDependencies += "fi.tut.mei.matchmaking" % "MatchmakingProcess" % "0.2.0-DEV"
Leiningen
[fi.tut.mei.matchmaking/MatchmakingProcess "0.2.0-DEV"]