is not current version
Last Version 1.5.28

com.github.bordertech.wcomponents:wcomponents-bundle 1.3.3

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.

GroupId

GroupId

com.github.bordertech.wcomponents
ArtifactId

ArtifactId

wcomponents-bundle
Version

Version

1.3.3
Type

Type

jar

Download wcomponents-bundle 1.3.3


<!-- https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-bundle/ -->
<dependency>
    <groupId>com.github.bordertech.wcomponents</groupId>
    <artifactId>wcomponents-bundle</artifactId>
    <version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-bundle/
implementation 'com.github.bordertech.wcomponents:wcomponents-bundle:1.3.3'
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-bundle/
implementation ("com.github.bordertech.wcomponents:wcomponents-bundle:1.3.3")
'com.github.bordertech.wcomponents:wcomponents-bundle:jar:1.3.3'
<dependency org="com.github.bordertech.wcomponents" name="wcomponents-bundle" rev="1.3.3">
  <artifact name="wcomponents-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.wcomponents', module='wcomponents-bundle', version='1.3.3')
)
libraryDependencies += "com.github.bordertech.wcomponents" % "wcomponents-bundle" % "1.3.3"
[com.github.bordertech.wcomponents/wcomponents-bundle "1.3.3"]