| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface |
| GroupId | GroupIdio.github.clistery |
| ArtifactId | ArtifactIdappinject |
| Last Version | Last Version1.4.5 |
| Release Date | Release Date |
| Type | Typeaar |
| Description |
DescriptionAppInject -Release
开发库的基本框架,让你无需纠结 Context 的获取和基本日志的打印功能
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| appinject-1.4.5.pom | |
| appinject-1.4.5-sources.jar | 24 KB |
| appinject-1.4.5-javadoc.jar | 454 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.clistery/appinject/ -->
<dependency>
<groupId>io.github.clistery</groupId>
<artifactId>appinject</artifactId>
<version>1.4.5</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.clistery/appinject/
implementation 'io.github.clistery:appinject:1.4.5'
// https://jarcasting.com/artifacts/io.github.clistery/appinject/
implementation ("io.github.clistery:appinject:1.4.5")
'io.github.clistery:appinject:aar:1.4.5'
<dependency org="io.github.clistery" name="appinject" rev="1.4.5">
<artifact name="appinject" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.clistery', module='appinject', version='1.4.5')
)
libraryDependencies += "io.github.clistery" % "appinject" % "1.4.5"
[io.github.clistery/appinject "1.4.5"]