GroupId | GroupIdcom.github.bordertech.wcomponents |
---|---|
ArtifactId | ArtifactIdwcomponents-bundle |
Version | Version1.5.6 |
Type | Typejar |
Filename | Size |
---|---|
wcomponents-bundle-1.5.6.pom | |
wcomponents-bundle-1.5.6.jar | 2 KB |
wcomponents-bundle-1.5.6-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.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-bundle/
implementation 'com.github.bordertech.wcomponents:wcomponents-bundle:1.5.6'
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-bundle/
implementation ("com.github.bordertech.wcomponents:wcomponents-bundle:1.5.6")
'com.github.bordertech.wcomponents:wcomponents-bundle:jar:1.5.6'
<dependency org="com.github.bordertech.wcomponents" name="wcomponents-bundle" rev="1.5.6">
<artifact name="wcomponents-bundle" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.wcomponents', module='wcomponents-bundle', version='1.5.6')
)
libraryDependencies += "com.github.bordertech.wcomponents" % "wcomponents-bundle" % "1.5.6"
[com.github.bordertech.wcomponents/wcomponents-bundle "1.5.6"]