blob: 5c5840d93876e145c021cbd81043ad96d12170ff [file] [log] [blame]
@if{!others.isEmpty()}
Number of miscellaneous extensions: @{others.size} in @{numberOfArtifacts} JAR artifacts (@{numberOfDeprecated} deprecated)
[width="100%",cols="4,1,5",options="header"]
|===
| Extension | Since | Description
@foreach{row : others}
| (@{row.artifactId}) | @{row.firstVersionShort} | @if{row.deprecated == "true"}*deprecated* @end{}@{util.escape(row.description)}
@end{}|===
@end{}