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