Dependency Information

Apache Maven

<dependency>
  <groupId>fi.tut.mei.matchmaking</groupId>
  <artifactId>Matchmaking_root</artifactId>
  <version>0.2.0-DEV</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="fi.tut.mei.matchmaking" name="Matchmaking_root" rev="0.2.0-DEV">
  <artifact name="Matchmaking_root" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='fi.tut.mei.matchmaking', module='Matchmaking_root', version='0.2.0-DEV')
)

Gradle/Grails

implementation 'fi.tut.mei.matchmaking:Matchmaking_root:0.2.0-DEV'

Scala SBT

libraryDependencies += "fi.tut.mei.matchmaking" % "Matchmaking_root" % "0.2.0-DEV"

Leiningen

[fi.tut.mei.matchmaking/Matchmaking_root "0.2.0-DEV"]