| GroupId | GroupIdio.github.solrudev |
|---|---|
| ArtifactId | ArtifactIdsimpleinstaller |
| Version | Version2.0.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| simpleinstaller-2.0.1.pom | |
| simpleinstaller-2.0.1-sources.jar | 26 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.solrudev/simpleinstaller/ -->
<dependency>
<groupId>io.github.solrudev</groupId>
<artifactId>simpleinstaller</artifactId>
<version>2.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.solrudev/simpleinstaller/
implementation 'io.github.solrudev:simpleinstaller:2.0.1'
// https://jarcasting.com/artifacts/io.github.solrudev/simpleinstaller/
implementation ("io.github.solrudev:simpleinstaller:2.0.1")
'io.github.solrudev:simpleinstaller:aar:2.0.1'
<dependency org="io.github.solrudev" name="simpleinstaller" rev="2.0.1">
<artifact name="simpleinstaller" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.solrudev', module='simpleinstaller', version='2.0.1')
)
libraryDependencies += "io.github.solrudev" % "simpleinstaller" % "2.0.1"
[io.github.solrudev/simpleinstaller "2.0.1"]