| GroupId | GroupIdcom.tachen.android |
|---|---|
| ArtifactId | ArtifactIdutilex |
| Last Version | Last Version0.6.8 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
Description |
| Filename | Size |
|---|---|
| utilex -0.6.8.pom | |
| utilex -0.6.8.aar | 273 KB |
| utilex -0.6.8-sources.jar | 83 KB |
| utilex -0.6.8-javadoc.jar | 386 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tachen.android/utilex%20/ -->
<dependency>
<groupId>com.tachen.android</groupId>
<artifactId>utilex </artifactId>
<version>0.6.8</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tachen.android/utilex%20/
implementation 'com.tachen.android:utilex :0.6.8'
// https://jarcasting.com/artifacts/com.tachen.android/utilex%20/
implementation ("com.tachen.android:utilex :0.6.8")
'com.tachen.android:utilex :aar:0.6.8'
<dependency org="com.tachen.android" name="utilex " rev="0.6.8">
<artifact name="utilex " type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tachen.android', module='utilex ', version='0.6.8')
)
libraryDependencies += "com.tachen.android" % "utilex " % "0.6.8"
[com.tachen.android/utilex "0.6.8"]