GroupId | GroupIdio.github.tozmart |
---|---|
ArtifactId | ArtifactIdflutter_vibrate |
Version | Version0.0.4 |
Type | Typeaar |
Filename | Size |
---|---|
flutter_vibrate-0.0.4.pom | |
flutter_vibrate-0.0.4.aar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.tozmart/flutter_vibrate/ -->
<dependency>
<groupId>io.github.tozmart</groupId>
<artifactId>flutter_vibrate</artifactId>
<version>0.0.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.tozmart/flutter_vibrate/
implementation 'io.github.tozmart:flutter_vibrate:0.0.4'
// https://jarcasting.com/artifacts/io.github.tozmart/flutter_vibrate/
implementation ("io.github.tozmart:flutter_vibrate:0.0.4")
'io.github.tozmart:flutter_vibrate:aar:0.0.4'
<dependency org="io.github.tozmart" name="flutter_vibrate" rev="0.0.4">
<artifact name="flutter_vibrate" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.tozmart', module='flutter_vibrate', version='0.0.4')
)
libraryDependencies += "io.github.tozmart" % "flutter_vibrate" % "0.0.4"
[io.github.tozmart/flutter_vibrate "0.0.4"]