GroupId | GroupIdcom.github.bordertech.wcomponents |
---|---|
ArtifactId | ArtifactIdwcomponents-addons-bundle |
Version | Version1.0.0 |
Type | Typepom |
Filename | Size |
---|---|
wcomponents-addons-bundle-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-addons-bundle/ -->
<dependency>
<groupId>com.github.bordertech.wcomponents</groupId>
<artifactId>wcomponents-addons-bundle</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-addons-bundle/
implementation 'com.github.bordertech.wcomponents:wcomponents-addons-bundle:1.0.0'
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-addons-bundle/
implementation ("com.github.bordertech.wcomponents:wcomponents-addons-bundle:1.0.0")
'com.github.bordertech.wcomponents:wcomponents-addons-bundle:pom:1.0.0'
<dependency org="com.github.bordertech.wcomponents" name="wcomponents-addons-bundle" rev="1.0.0">
<artifact name="wcomponents-addons-bundle" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.wcomponents', module='wcomponents-addons-bundle', version='1.0.0')
)
libraryDependencies += "com.github.bordertech.wcomponents" % "wcomponents-addons-bundle" % "1.0.0"
[com.github.bordertech.wcomponents/wcomponents-addons-bundle "1.0.0"]