| License |
License |
|---|---|
| GroupId | GroupIdcom.github.bordertech.wcomponents |
| ArtifactId | ArtifactIdwcomponents-bundle |
| Last Version | Last Version1.5.28 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionwcomponents-bundle
This module bundles core server-side and client-side WComponents.
It is used in WComponents examples and is itself an example of how to make WComponents
available as a single dependency to applications.
This avoids the risk of applications defining incompatible versions of the server-side
and client-side artefacts.
|
| Filename | Size |
|---|---|
| wcomponents-bundle-1.5.28.pom | |
| wcomponents-bundle-1.5.28.jar | 2 KB |
| wcomponents-bundle-1.5.28-tests.jar | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-bundle/ -->
<dependency>
<groupId>com.github.bordertech.wcomponents</groupId>
<artifactId>wcomponents-bundle</artifactId>
<version>1.5.28</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-bundle/
implementation 'com.github.bordertech.wcomponents:wcomponents-bundle:1.5.28'
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-bundle/
implementation ("com.github.bordertech.wcomponents:wcomponents-bundle:1.5.28")
'com.github.bordertech.wcomponents:wcomponents-bundle:jar:1.5.28'
<dependency org="com.github.bordertech.wcomponents" name="wcomponents-bundle" rev="1.5.28">
<artifact name="wcomponents-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.wcomponents', module='wcomponents-bundle', version='1.5.28')
)
libraryDependencies += "com.github.bordertech.wcomponents" % "wcomponents-bundle" % "1.5.28"
[com.github.bordertech.wcomponents/wcomponents-bundle "1.5.28"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.bordertech.wcomponents : wcomponents-core | jar | 1.5.28 |
| com.github.bordertech.wcomponents : wcomponents-theme | jar | 1.5.28 |
| org.ehcache : ehcache | jar | 3.10.0 |
| org.glassfish.jaxb : jaxb-runtime | jar | 3.0.2 |
| org.slf4j : slf4j-simple | jar | 1.7.36 |