GroupId | GroupIdcom.github.bordertech.wcomponents |
---|---|
ArtifactId | ArtifactIdwcomponents-core |
Version | Version1.3.3 |
Type | Typejar |
Filename | Size |
---|---|
wcomponents-core-1.3.3.pom | |
wcomponents-core-1.3.3.jar | 1 MB |
wcomponents-core-1.3.3-tests.jar | 1007 KB |
wcomponents-core-1.3.3-test-sources.jar | 496 KB |
wcomponents-core-1.3.3-sources.jar | 789 KB |
wcomponents-core-1.3.3-javadoc.jar | 3 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-core/ -->
<dependency>
<groupId>com.github.bordertech.wcomponents</groupId>
<artifactId>wcomponents-core</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-core/
implementation 'com.github.bordertech.wcomponents:wcomponents-core:1.3.3'
// https://jarcasting.com/artifacts/com.github.bordertech.wcomponents/wcomponents-core/
implementation ("com.github.bordertech.wcomponents:wcomponents-core:1.3.3")
'com.github.bordertech.wcomponents:wcomponents-core:jar:1.3.3'
<dependency org="com.github.bordertech.wcomponents" name="wcomponents-core" rev="1.3.3">
<artifact name="wcomponents-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.bordertech.wcomponents', module='wcomponents-core', version='1.3.3')
)
libraryDependencies += "com.github.bordertech.wcomponents" % "wcomponents-core" % "1.3.3"
[com.github.bordertech.wcomponents/wcomponents-core "1.3.3"]