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