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