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