License |
License |
---|---|
Categories |
CategoriesCLI User Interface |
GroupId | GroupIdio.github.clistery |
ArtifactId | ArtifactIdappinject |
Version | Version1.4.3 |
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.3.pom | |
appinject-1.4.3-sources.jar | 23 KB |
appinject-1.4.3-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.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.clistery/appinject/
implementation 'io.github.clistery:appinject:1.4.3'
// https://jarcasting.com/artifacts/io.github.clistery/appinject/
implementation ("io.github.clistery:appinject:1.4.3")
'io.github.clistery:appinject:aar:1.4.3'
<dependency org="io.github.clistery" name="appinject" rev="1.4.3">
<artifact name="appinject" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.clistery', module='appinject', version='1.4.3')
)
libraryDependencies += "io.github.clistery" % "appinject" % "1.4.3"
[io.github.clistery/appinject "1.4.3"]