| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.camel |
| ArtifactId | ArtifactIdcamel-mustache |
| Last Version | Last Version3.17.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCamel :: Mustache
Camel Mustache support
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| camel-mustache-3.17.0.pom | |
| camel-mustache-3.17.0.jar | 22 KB |
| camel-mustache-3.17.0-sources.jar | 13 KB |
| camel-mustache-3.17.0-javadoc.jar | 45 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.camel/camel-mustache/ -->
<dependency>
<groupId>org.apache.camel</groupId>
<artifactId>camel-mustache</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.camel/camel-mustache/
implementation 'org.apache.camel:camel-mustache:3.17.0'
// https://jarcasting.com/artifacts/org.apache.camel/camel-mustache/
implementation ("org.apache.camel:camel-mustache:3.17.0")
'org.apache.camel:camel-mustache:jar:3.17.0'
<dependency org="org.apache.camel" name="camel-mustache" rev="3.17.0">
<artifact name="camel-mustache" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.camel', module='camel-mustache', version='3.17.0')
)
libraryDependencies += "org.apache.camel" % "camel-mustache" % "3.17.0"
[org.apache.camel/camel-mustache "3.17.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.camel : camel-support | jar | 3.17.0 |
| com.github.spullara.mustache.java : compiler | jar | 0.9.10 |