GroupId | GroupIdorg.apache.camel |
---|---|
ArtifactId | ArtifactIdcamel-mustache |
Version | Version3.11.4 |
Type | Typejar |
Filename | Size |
---|---|
camel-mustache-3.11.4.pom | |
camel-mustache-3.11.4.jar | 26 KB |
camel-mustache-3.11.4-sources.jar | 14 KB |
camel-mustache-3.11.4-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-mustache/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-mustache</artifactId>
<version>3.11.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-mustache/
implementation 'org.apache.camel:camel-mustache:3.11.4'
// https://jarcasting.com/artifacts/org.apache.camel/camel-mustache/
implementation ("org.apache.camel:camel-mustache:3.11.4")
'org.apache.camel:camel-mustache:jar:3.11.4'
<dependency org="org.apache.camel" name="camel-mustache" rev="3.11.4">
<artifact name="camel-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-mustache', version='3.11.4')
)
libraryDependencies += "org.apache.camel" % "camel-mustache" % "3.11.4"
[org.apache.camel/camel-mustache "3.11.4"]