GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-google-calendar-starter |
Version | Version2.19.4 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-google-calendar-starter/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-google-calendar-starter</artifactId>
<version>2.19.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-google-calendar-starter/
implementation 'org.apache.camel:camel-google-calendar-starter:2.19.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-google-calendar-starter/
implementation ("org.apache.camel:camel-google-calendar-starter:2.19.4")
'org.apache.camel:camel-google-calendar-starter:jar:2.19.4'
<dependency org="org.apache.camel" name="camel-google-calendar-starter" rev="2.19.4">
<artifact name="camel-google-calendar-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-google-calendar-starter', version='2.19.4')
)
libraryDependencies += "org.apache.camel" % "camel-google-calendar-starter" % "2.19.4"
[org.apache.camel/camel-google-calendar-starter "2.19.4"]