GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-google-calendar-starter |
Version | Version2.21.5 |
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.21.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-google-calendar-starter/
implementation 'org.apache.camel:camel-google-calendar-starter:2.21.5'
// https://jarcasting.com/artifacts/org.apache.camel/camel-google-calendar-starter/
implementation ("org.apache.camel:camel-google-calendar-starter:2.21.5")
'org.apache.camel:camel-google-calendar-starter:jar:2.21.5'
<dependency org="org.apache.camel" name="camel-google-calendar-starter" rev="2.21.5">
<artifact name="camel-google-calendar-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-google-calendar-starter', version='2.21.5')
)
libraryDependencies += "org.apache.camel" % "camel-google-calendar-starter" % "2.21.5"
[org.apache.camel/camel-google-calendar-starter "2.21.5"]