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