Categories |
CategoriesWicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff.foundation |
ArtifactId | ArtifactIdwicket-foundation-core |
Version | Version7.6.0 |
Type | Typejar |
Filename | Size |
---|---|
wicket-foundation-core-7.6.0.pom | |
wicket-foundation-core-7.6.0.jar | 411 KB |
wicket-foundation-core-7.6.0-sources.jar | 323 KB |
wicket-foundation-core-7.6.0-javadoc.jar | 748 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.wicketstuff.foundation/wicket-foundation-core/ -->
<dependency>
<groupId>org.wicketstuff.foundation</groupId>
<artifactId>wicket-foundation-core</artifactId>
<version>7.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff.foundation/wicket-foundation-core/
implementation 'org.wicketstuff.foundation:wicket-foundation-core:7.6.0'
// https://jarcasting.com/artifacts/org.wicketstuff.foundation/wicket-foundation-core/
implementation ("org.wicketstuff.foundation:wicket-foundation-core:7.6.0")
'org.wicketstuff.foundation:wicket-foundation-core:jar:7.6.0'
<dependency org="org.wicketstuff.foundation" name="wicket-foundation-core" rev="7.6.0">
<artifact name="wicket-foundation-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff.foundation', module='wicket-foundation-core', version='7.6.0')
)
libraryDependencies += "org.wicketstuff.foundation" % "wicket-foundation-core" % "7.6.0"
[org.wicketstuff.foundation/wicket-foundation-core "7.6.0"]