Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-annotationeventdispatcher |
Version | Version7.0.0-M3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-annotationeventdispatcher/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-annotationeventdispatcher</artifactId>
<version>7.0.0-M3</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-annotationeventdispatcher/
implementation 'org.wicketstuff:wicketstuff-annotationeventdispatcher:7.0.0-M3'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-annotationeventdispatcher/
implementation ("org.wicketstuff:wicketstuff-annotationeventdispatcher:7.0.0-M3")
'org.wicketstuff:wicketstuff-annotationeventdispatcher:jar:7.0.0-M3'
<dependency org="org.wicketstuff" name="wicketstuff-annotationeventdispatcher" rev="7.0.0-M3">
<artifact name="wicketstuff-annotationeventdispatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-annotationeventdispatcher', version='7.0.0-M3')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-annotationeventdispatcher" % "7.0.0-M3"
[org.wicketstuff/wicketstuff-annotationeventdispatcher "7.0.0-M3"]