License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers Wicket User Interface Web Frameworks |
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-glassfish4-integration |
Last Version | Last Version9.10.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionWicketStuff Glassfish Integration
Provides custom serializer compatible with Glassfish 4.0. This prevents serialization issues when classes
use cdi injection in the glassfish app server.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-glassfish4-integration/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-glassfish4-integration</artifactId>
<version>9.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-glassfish4-integration/
implementation 'org.wicketstuff:wicketstuff-glassfish4-integration:9.10.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-glassfish4-integration/
implementation ("org.wicketstuff:wicketstuff-glassfish4-integration:9.10.0")
'org.wicketstuff:wicketstuff-glassfish4-integration:jar:9.10.0'
<dependency org="org.wicketstuff" name="wicketstuff-glassfish4-integration" rev="9.10.0">
<artifact name="wicketstuff-glassfish4-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-glassfish4-integration', version='9.10.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-glassfish4-integration" % "9.10.0"
[org.wicketstuff/wicketstuff-glassfish4-integration "9.10.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.wicket : wicket-core | jar | 9.10.0 |
Group / Artifact | Type | Version |
---|---|---|
org.glassfish.main.extras : glassfish-embedded-all | jar | 4.0 |