GroupId | GroupIdio.thorntail |
---|---|
ArtifactId | ArtifactIdcamel-weather |
Version | Version2.1.0.Final |
Type | Typejar |
Filename | Size |
---|---|
camel-weather-2.1.0.Final.pom | |
camel-weather-2.1.0.Final.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.thorntail/camel-weather/ -->
<dependency>
<groupId>io.thorntail</groupId>
<artifactId>camel-weather</artifactId>
<version>2.1.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/io.thorntail/camel-weather/
implementation 'io.thorntail:camel-weather:2.1.0.Final'
// https://jarcasting.com/artifacts/io.thorntail/camel-weather/
implementation ("io.thorntail:camel-weather:2.1.0.Final")
'io.thorntail:camel-weather:jar:2.1.0.Final'
<dependency org="io.thorntail" name="camel-weather" rev="2.1.0.Final">
<artifact name="camel-weather" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.thorntail', module='camel-weather', version='2.1.0.Final')
)
libraryDependencies += "io.thorntail" % "camel-weather" % "2.1.0.Final"
[io.thorntail/camel-weather "2.1.0.Final"]