t

timer-connector

Timer Connector
Files download
File Operation
timer-connector-0.5.3.jar download
timer-connector-0.5.3.pom download
timer-connector-0.5.3-sources.jar download
Apache Maven
<dependency>
  <groupId>io.syndesis</groupId>
  <artifactId>timer-connector</artifactId>
  <version>0.5.3</version>
</dependency>
Gradle Groovy
implementation 'io.syndesis:timer-connector:0.5.3'
Gradle Kotlin
implementation("io.syndesis:timer-connector:0.5.3")
Scala SBT
libraryDependencies += "io.syndesis" % "timer-connector" % "0.5.3"
Groovy Grape
@Grapes(
  @Grab(group='io.syndesis', module='timer-connector', version='0.5.3')
)
Apache Ivy
<dependency org="io.syndesis" name="timer-connector" rev="0.5.3" />
Leiningen
[io.syndesis/timer-connector "0.5.3"]
Apache Buildr
'io.syndesis:timer-connector:jar:0.5.3'