GroupId | GroupIdcom.github.bordertech.wcomponents |
---|---|
ArtifactId | ArtifactIdwcomponents-parent |
Version | Version1.4.13 |
Type | Typejar |
Filename | Size |
---|---|
wcomponents-parent-1.4.13.pom | 18 KB |
wcomponents-parent-1.4.13-tests.jar | 5 KB |
wcomponents-parent-1.4.13-site.xml | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-parent/ -->
<dependency>
<groupId>com.github.bordertech.wcomponents</groupId>
<artifactId>wcomponents-parent</artifactId>
<version>1.4.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-parent/
implementation 'com.github.bordertech.wcomponents:wcomponents-parent:1.4.13'
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-parent/
implementation ("com.github.bordertech.wcomponents:wcomponents-parent:1.4.13")
'com.github.bordertech.wcomponents:wcomponents-parent:jar:1.4.13'
<dependency org="com.github.bordertech.wcomponents" name="wcomponents-parent" rev="1.4.13">
<artifact name="wcomponents-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.wcomponents', module='wcomponents-parent', version='1.4.13')
)
libraryDependencies += "com.github.bordertech.wcomponents" % "wcomponents-parent" % "1.4.13"
[com.github.bordertech.wcomponents/wcomponents-parent "1.4.13"]