Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdprogressbar-parent |
Version | Version9.0.0-M3 |
Type | Typepom |
Filename | Size |
---|---|
progressbar-parent-9.0.0-M3.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/progressbar-parent/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>progressbar-parent</artifactId>
<version>9.0.0-M3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/progressbar-parent/
implementation 'org.wicketstuff:progressbar-parent:9.0.0-M3'
// https://jarcasting.com/artifacts/org.wicketstuff/progressbar-parent/
implementation ("org.wicketstuff:progressbar-parent:9.0.0-M3")
'org.wicketstuff:progressbar-parent:pom:9.0.0-M3'
<dependency org="org.wicketstuff" name="progressbar-parent" rev="9.0.0-M3">
<artifact name="progressbar-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='progressbar-parent', version='9.0.0-M3')
)
libraryDependencies += "org.wicketstuff" % "progressbar-parent" % "9.0.0-M3"
[org.wicketstuff/progressbar-parent "9.0.0-M3"]