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