| GroupId | GroupIdcom.criteo.cuttle |
|---|---|
| ArtifactId | ArtifactIdcuttle_2.11 |
| Version | Version0.10.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| cuttle_2.11-0.10.1.pom | |
| cuttle_2.11-0.10.1.jar | 768 KB |
| cuttle_2.11-0.10.1-sources.jar | 38 KB |
| cuttle_2.11-0.10.1-javadoc.jar | 605 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.criteo.cuttle/cuttle_2.11/ -->
<dependency>
<groupId>com.criteo.cuttle</groupId>
<artifactId>cuttle_2.11</artifactId>
<version>0.10.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.criteo.cuttle/cuttle_2.11/
implementation 'com.criteo.cuttle:cuttle_2.11:0.10.1'
// https://jarcasting.com/artifacts/com.criteo.cuttle/cuttle_2.11/
implementation ("com.criteo.cuttle:cuttle_2.11:0.10.1")
'com.criteo.cuttle:cuttle_2.11:jar:0.10.1'
<dependency org="com.criteo.cuttle" name="cuttle_2.11" rev="0.10.1">
<artifact name="cuttle_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.criteo.cuttle', module='cuttle_2.11', version='0.10.1')
)
libraryDependencies += "com.criteo.cuttle" % "cuttle_2.11" % "0.10.1"
[com.criteo.cuttle/cuttle_2.11 "0.10.1"]