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