Categories |
CategoriesIDE Development Tools Dex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdai.wordbox |
ArtifactId | ArtifactIdandroidextension |
Version | Version1.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
androidextension-1.0.3.pom | |
androidextension-1.0.3-sources.jar | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ai.wordbox/androidextension/ -->
<dependency>
<groupId>ai.wordbox</groupId>
<artifactId>androidextension</artifactId>
<version>1.0.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/ai.wordbox/androidextension/
implementation 'ai.wordbox:androidextension:1.0.3'
// https://jarcasting.com/artifacts/ai.wordbox/androidextension/
implementation ("ai.wordbox:androidextension:1.0.3")
'ai.wordbox:androidextension:aar:1.0.3'
<dependency org="ai.wordbox" name="androidextension" rev="1.0.3">
<artifact name="androidextension" type="aar" />
</dependency>
@Grapes(
@Grab(group='ai.wordbox', module='androidextension', version='1.0.3')
)
libraryDependencies += "ai.wordbox" % "androidextension" % "1.0.3"
[ai.wordbox/androidextension "1.0.3"]