MVN

io.github.raghavsatyadev : moreapps

Maven & Gradle

Nov 09, 2022
4 stars

moreapps · With this library you can showcase your other apps and force update the apps.

<dependency>
    <groupId>io.github.raghavsatyadev</groupId>
    <artifactId>moreapps</artifactId>
    <version>2.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2.9

All Versions

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

Version Vulnerabilities Updated
2.2.x
moreapps-2.2.9
moreapps-2.2.4
moreapps-2.2.3
moreapps-2.2.2
moreapps-2.2.1
moreapps-2.2.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.github.raghavsatyadev</groupId>
    <artifactId>moreapps</artifactId>
    <version>2.2.9</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.github.raghavsatyadev:moreapps:2.2.9'

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

implementation("io.github.raghavsatyadev:moreapps:2.2.9")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.github.raghavsatyadev" % "moreapps" % "2.2.9"

Advertisement