Files download
File Operation
cosy-test_2.11-0.0.1.jar download
cosy-test_2.11-0.0.1.pom download
cosy-test_2.11-0.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.feedzai</groupId>
  <artifactId>cosy-test_2.11</artifactId>
  <version>0.0.1</version>
</dependency>
Gradle Groovy
implementation 'com.feedzai:cosy-test_2.11:0.0.1'
Gradle Kotlin
implementation("com.feedzai:cosy-test_2.11:0.0.1")
Scala SBT
libraryDependencies += "com.feedzai" % "cosy-test_2.11" % "0.0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.feedzai', module='cosy-test_2.11', version='0.0.1')
)
Apache Ivy
<dependency org="com.feedzai" name="cosy-test_2.11" rev="0.0.1" />
Leiningen
[com.feedzai/cosy-test_2.11 "0.0.1"]
Apache Buildr
'com.feedzai:cosy-test_2.11:jar:0.0.1'