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