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