Dependency Information

Apache Maven

<dependency>
  <groupId>mypkg</groupId>
  <artifactId>COP-2805C-2021.git</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'mypkg:COP-2805C-2021.git:jar:1.0.0-SNAPSHOT'

Apache Ivy

<dependency org="mypkg" name="COP-2805C-2021.git" rev="1.0.0-SNAPSHOT">
  <artifact name="COP-2805C-2021.git" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='mypkg', module='COP-2805C-2021.git', version='1.0.0-SNAPSHOT')
)

Gradle/Grails

compile 'mypkg:COP-2805C-2021.git:1.0.0-SNAPSHOT'

Scala SBT

libraryDependencies += "mypkg" % "COP-2805C-2021.git" % "1.0.0-SNAPSHOT"

Leiningen

[mypkg/COP-2805C-2021.git "1.0.0-SNAPSHOT"]