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