License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.github.clistery |
ArtifactId | ArtifactIdappinject |
Version | Version1.4.4 |
Type | Typeaar |
Description |
DescriptionAppInject -Release
Continuation version for https://github.com/vicpinm/Kotlin-Realm-Extensions
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
appinject-1.4.4.pom | |
appinject-1.4.4-sources.jar | 23 KB |
appinject-1.4.4-javadoc.jar | 444 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.clistery/appinject/ -->
<dependency>
<groupId>io.github.clistery</groupId>
<artifactId>appinject</artifactId>
<version>1.4.4</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.clistery/appinject/
implementation 'io.github.clistery:appinject:1.4.4'
// https://jarcasting.com/artifacts/io.github.clistery/appinject/
implementation ("io.github.clistery:appinject:1.4.4")
'io.github.clistery:appinject:aar:1.4.4'
<dependency org="io.github.clistery" name="appinject" rev="1.4.4">
<artifact name="appinject" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.clistery', module='appinject', version='1.4.4')
)
libraryDependencies += "io.github.clistery" % "appinject" % "1.4.4"
[io.github.clistery/appinject "1.4.4"]