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