| GroupId | GroupIdcom.landasource |
|---|---|
| ArtifactId | ArtifactIdwiidget |
| Version | Version0.1.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| wiidget-0.1.4.pom | |
| wiidget-0.1.4.jar | 170 KB |
| wiidget-0.1.4-sources.jar | 95 KB |
| wiidget-0.1.4-javadoc.jar | 782 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.landasource/wiidget/ -->
<dependency>
<groupId>com.landasource</groupId>
<artifactId>wiidget</artifactId>
<version>0.1.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.landasource/wiidget/
implementation 'com.landasource:wiidget:0.1.4'
// https://jarcasting.com/artifacts/com.landasource/wiidget/
implementation ("com.landasource:wiidget:0.1.4")
'com.landasource:wiidget:jar:0.1.4'
<dependency org="com.landasource" name="wiidget" rev="0.1.4">
<artifact name="wiidget" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.landasource', module='wiidget', version='0.1.4')
)
libraryDependencies += "com.landasource" % "wiidget" % "0.1.4"
[com.landasource/wiidget "0.1.4"]