| License | License | 
|---|---|
| GroupId | GroupIdcom.taboola | 
| ArtifactId | ArtifactIdtaboola-cronyx-server-example | 
| Version | Version1.0-RELEASE | 
| Type | Typejar | 
| Description | DescriptionJob scheduling framework | 
| Source Code Management | Source Code Management | 
<!-- https://jarcasting.com/artifacts/com.taboola/taboola-cronyx-server-example/ -->
<dependency>
    <groupId>com.taboola</groupId>
    <artifactId>taboola-cronyx-server-example</artifactId>
    <version>1.0-RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/com.taboola/taboola-cronyx-server-example/
implementation 'com.taboola:taboola-cronyx-server-example:1.0-RELEASE'// https://jarcasting.com/artifacts/com.taboola/taboola-cronyx-server-example/
implementation ("com.taboola:taboola-cronyx-server-example:1.0-RELEASE")'com.taboola:taboola-cronyx-server-example:jar:1.0-RELEASE'<dependency org="com.taboola" name="taboola-cronyx-server-example" rev="1.0-RELEASE">
  <artifact name="taboola-cronyx-server-example" type="jar" />
</dependency>@Grapes(
@Grab(group='com.taboola', module='taboola-cronyx-server-example', version='1.0-RELEASE')
)libraryDependencies += "com.taboola" % "taboola-cronyx-server-example" % "1.0-RELEASE"[com.taboola/taboola-cronyx-server-example "1.0-RELEASE"]