<dependency>
<groupId>ro.fortsoft.wicket.dashboard.widgets</groupId>
<artifactId>wicket-dashboard-widgets-parent</artifactId>
<version>0.13.0</version>
</dependency>
implementation group: 'ro.fortsoft.wicket.dashboard.widgets', name: 'wicket-dashboard-widgets-parent', version: '0.13.0'
implementation 'ro.fortsoft.wicket.dashboard.widgets:wicket-dashboard-widgets-parent:0.13.0'
implementation("ro.fortsoft.wicket.dashboard.widgets:wicket-dashboard-widgets-parent:0.13.0")
libraryDependencies += "ro.fortsoft.wicket.dashboard.widgets" % "wicket-dashboard-widgets-parent" % "0.13.0"
<dependency org="ro.fortsoft.wicket.dashboard.widgets" name="wicket-dashboard-widgets-parent" rev="0.13.0"/>
@Grapes(
@Grab(group='ro.fortsoft.wicket.dashboard.widgets', module='wicket-dashboard-widgets-parent', version='0.13.0')
)
[ro.fortsoft.wicket.dashboard.widgets/wicket-dashboard-widgets-parent "0.13.0"]
'ro.fortsoft.wicket.dashboard.widgets:wicket-dashboard-widgets-parent:jar:0.13.0'