GroupId | GroupIdcom.github.bordertech.wcomponents |
---|---|
ArtifactId | ArtifactIdwcomponents-parent |
Version | Version1.4.7 |
Type | Typejar |
Filename | Size |
---|---|
wcomponents-parent-1.4.7.pom | 18 KB |
wcomponents-parent-1.4.7-tests.jar | 5 KB |
wcomponents-parent-1.4.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-parent/
implementation 'com.github.bordertech.wcomponents:wcomponents-parent:1.4.7'
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-parent/
implementation ("com.github.bordertech.wcomponents:wcomponents-parent:1.4.7")
'com.github.bordertech.wcomponents:wcomponents-parent:jar:1.4.7'
<dependency org="com.github.bordertech.wcomponents" name="wcomponents-parent" rev="1.4.7">
<artifact name="wcomponents-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.wcomponents', module='wcomponents-parent', version='1.4.7')
)
libraryDependencies += "com.github.bordertech.wcomponents" % "wcomponents-parent" % "1.4.7"
[com.github.bordertech.wcomponents/wcomponents-parent "1.4.7"]