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