GroupId | GroupIdcom.dev-smart |
---|---|
ArtifactId | ArtifactIdminiweb-android |
Version | Version0.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
miniweb-android-0.1.0.pom | |
miniweb-android-0.1.0.aar | 3 KB |
miniweb-android-0.1.0-sources.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dev-smart/miniweb-android/ -->
<dependency>
<groupId>com.dev-smart</groupId>
<artifactId>miniweb-android</artifactId>
<version>0.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.dev-smart/miniweb-android/
implementation 'com.dev-smart:miniweb-android:0.1.0'
// https://jarcasting.com/artifacts/com.dev-smart/miniweb-android/
implementation ("com.dev-smart:miniweb-android:0.1.0")
'com.dev-smart:miniweb-android:aar:0.1.0'
<dependency org="com.dev-smart" name="miniweb-android" rev="0.1.0">
<artifact name="miniweb-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.dev-smart', module='miniweb-android', version='0.1.0')
)
libraryDependencies += "com.dev-smart" % "miniweb-android" % "0.1.0"
[com.dev-smart/miniweb-android "0.1.0"]