GroupId | GroupIdcom.github.bordertech.wcomponents |
---|---|
ArtifactId | ArtifactIdwcomponents-theme |
Version | Version1.4.0-beta-2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-theme/ -->
<dependency>
<groupId>com.github.bordertech.wcomponents</groupId>
<artifactId>wcomponents-theme</artifactId>
<version>1.4.0-beta-2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-theme/
implementation 'com.github.bordertech.wcomponents:wcomponents-theme:1.4.0-beta-2'
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-theme/
implementation ("com.github.bordertech.wcomponents:wcomponents-theme:1.4.0-beta-2")
'com.github.bordertech.wcomponents:wcomponents-theme:jar:1.4.0-beta-2'
<dependency org="com.github.bordertech.wcomponents" name="wcomponents-theme" rev="1.4.0-beta-2">
<artifact name="wcomponents-theme" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.wcomponents', module='wcomponents-theme', version='1.4.0-beta-2')
)
libraryDependencies += "com.github.bordertech.wcomponents" % "wcomponents-theme" % "1.4.0-beta-2"
[com.github.bordertech.wcomponents/wcomponents-theme "1.4.0-beta-2"]