Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.github.clistery |
ArtifactId | ArtifactIdappinject |
Version | Version1.4.2 |
Type | Typeaar |
Filename | Size |
---|---|
appinject-1.4.2.pom | |
appinject-1.4.2-sources.jar | 22 KB |
appinject-1.4.2-javadoc.jar | 434 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.clistery/appinject/ -->
<dependency>
<groupId>io.github.clistery</groupId>
<artifactId>appinject</artifactId>
<version>1.4.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.clistery/appinject/
implementation 'io.github.clistery:appinject:1.4.2'
// https://jarcasting.com/artifacts/io.github.clistery/appinject/
implementation ("io.github.clistery:appinject:1.4.2")
'io.github.clistery:appinject:aar:1.4.2'
<dependency org="io.github.clistery" name="appinject" rev="1.4.2">
<artifact name="appinject" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.clistery', module='appinject', version='1.4.2')
)
libraryDependencies += "io.github.clistery" % "appinject" % "1.4.2"
[io.github.clistery/appinject "1.4.2"]