| License |
License |
|---|---|
| GroupId | GroupIdcom.github.wangjiegulu |
| ArtifactId | ArtifactIdAndroidInject |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionAI
使用注解来简化android开发, Use annotations inject to simplify the development of android
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| AndroidInject-1.0.6.pom | |
| AndroidInject-1.0.6.aar | 97 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.wangjiegulu/AndroidInject/ -->
<dependency>
<groupId>com.github.wangjiegulu</groupId>
<artifactId>AndroidInject</artifactId>
<version>1.0.6</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.wangjiegulu/AndroidInject/
implementation 'com.github.wangjiegulu:AndroidInject:1.0.6'
// https://jarcasting.com/artifacts/com.github.wangjiegulu/AndroidInject/
implementation ("com.github.wangjiegulu:AndroidInject:1.0.6")
'com.github.wangjiegulu:AndroidInject:aar:1.0.6'
<dependency org="com.github.wangjiegulu" name="AndroidInject" rev="1.0.6">
<artifact name="AndroidInject" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.wangjiegulu', module='AndroidInject', version='1.0.6')
)
libraryDependencies += "com.github.wangjiegulu" % "AndroidInject" % "1.0.6"
[com.github.wangjiegulu/AndroidInject "1.0.6"]