<dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-thymeleaf</artifactId> <version>4.2.0</version> </dependency>
implementation 'org.apache.camel:camel-thymeleaf:4.2.0'
implementation("org.apache.camel:camel-thymeleaf:4.2.0")
libraryDependencies += "org.apache.camel" % "camel-thymeleaf" % "4.2.0"
@Grapes( @Grab(group='org.apache.camel', module='camel-thymeleaf', version='4.2.0') )
<dependency org="org.apache.camel" name="camel-thymeleaf" rev="4.2.0" />
[org.apache.camel/camel-thymeleaf "4.2.0"]
'org.apache.camel:camel-thymeleaf:jar:4.2.0'
<parent> <groupId>org.apache.camel</groupId> <artifactId>components</artifactId> <version>4.2.0</version> </parent>
compile
|-- org.apache.camel:camel-support:4.2.0
|-- org.thymeleaf:thymeleaf:3.1.2.RELEASE