Categories |
CategoriesGlassFish Container Application Servers Wicket User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.wicketstuff |
ArtifactId | ArtifactIdwicketstuff-glassfish4-integration |
Version | Version7.17.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-glassfish4-integration/ -->
<dependency>
<groupId>org.wicketstuff</groupId>
<artifactId>wicketstuff-glassfish4-integration</artifactId>
<version>7.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-glassfish4-integration/
implementation 'org.wicketstuff:wicketstuff-glassfish4-integration:7.17.0'
// https://jarcasting.com/artifacts/org.wicketstuff/wicketstuff-glassfish4-integration/
implementation ("org.wicketstuff:wicketstuff-glassfish4-integration:7.17.0")
'org.wicketstuff:wicketstuff-glassfish4-integration:jar:7.17.0'
<dependency org="org.wicketstuff" name="wicketstuff-glassfish4-integration" rev="7.17.0">
<artifact name="wicketstuff-glassfish4-integration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.wicketstuff', module='wicketstuff-glassfish4-integration', version='7.17.0')
)
libraryDependencies += "org.wicketstuff" % "wicketstuff-glassfish4-integration" % "7.17.0"
[org.wicketstuff/wicketstuff-glassfish4-integration "7.17.0"]