MVN

io.github.solrudev : simpleinstaller

Maven & Gradle

Aug 09, 2023
20 stars

simpleinstaller · Easy to use Android package installer wrapper leveraging Kotlin coroutines (API 16+)

<dependency>
    <groupId>io.github.solrudev</groupId>
    <artifactId>simpleinstaller</artifactId>
    <version>4.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.solrudev : simpleinstaller to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.4.0

All Versions

Choose a version of io.github.solrudev : simpleinstaller to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.4.x
simpleinstaller-4.4.0
4.3.x
simpleinstaller-4.3.1
simpleinstaller-4.3.0
4.2.x
simpleinstaller-4.2.4
simpleinstaller-4.2.3
simpleinstaller-4.2.3-pre1-SNAPHOT
simpleinstaller-4.2.2
simpleinstaller-4.2.1
simpleinstaller-4.2.0
simpleinstaller-4.2.3pre1-SNAPHOT
4.1.x
simpleinstaller-4.1.3
simpleinstaller-4.1.2
simpleinstaller-4.1.1
simpleinstaller-4.1.0
4.0.x
simpleinstaller-4.0.0
3.1.x
simpleinstaller-3.1.1
simpleinstaller-3.1.0
3.0.x
simpleinstaller-3.0.2
simpleinstaller-3.0.1
simpleinstaller-3.0.0
2.0.x
simpleinstaller-2.0.4
simpleinstaller-2.0.3
simpleinstaller-2.0.2
simpleinstaller-2.0.1
simpleinstaller-2.0.0
1.2.x
simpleinstaller-1.2.4
simpleinstaller-1.2.3
simpleinstaller-1.2.2
simpleinstaller-1.2.1
simpleinstaller-1.2.0
1.1.x
simpleinstaller-1.1.1
simpleinstaller-1.1.0
1.0.x
simpleinstaller-1.0.1
simpleinstaller-1.0.0

How to add a dependency to Maven

Add the following io.github.solrudev : simpleinstaller maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.solrudev</groupId>
    <artifactId>simpleinstaller</artifactId>
    <version>4.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.solrudev : simpleinstaller gradle dependency to your build.gradle file:

implementation 'io.github.solrudev:simpleinstaller:4.4.0'

Gradle Kotlin DSL: Add the following io.github.solrudev : simpleinstaller gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.solrudev:simpleinstaller:4.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.solrudev : simpleinstaller sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.solrudev" % "simpleinstaller" % "4.4.0"

Advertisement