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