blob: e436114bce0006c8072ff4d0c6217af6281051bf [file] [log] [blame]
@if{!dataformats.isEmpty()}
Number of Camel data formats: @{dataformats.size} in @{numberOfArtifacts} JAR artifacts (@{numberOfDeprecated} deprecated)
[width="100%",cols="4,1,5",options="header"]
|===
| Data Format | Since | Description
@foreach{row : dataformats}
| @{row.docLink}[@{row.title}] (@{row.artifactId}) | @{row.firstVersionShort} | @if{row.deprecated == "true"}*deprecated* @end{}@{util.escape(row.description)}
@end{}|===
@end{}