blob: e627bc317788f0494eea2ffd07b2f0018accdd4d [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}
|@if{util.getDocLink(row) != null} @{util.getDocLink(row)}[@{row.artifactId}] @else{} (@{row.artifactId})@end{} | @{row.firstVersion} | @if{row.deprecated == "true"}*deprecated* @end{}@{util.escape(row.description)}
@end{}|===
@end{}