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