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