MVN

com.semaphr : Semaphr

Maven & Gradle

Jul 21, 2023
1 stars

Semaphr · All-in-one kill switch for your mobile apps. With semaphr, you can force users to update to the latest version of your mobile apps, encourage app updates, or alert them of any issues with the app.

<dependency>
    <groupId>com.semaphr</groupId>
    <artifactId>Semaphr</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.semaphr : Semaphr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of com.semaphr : Semaphr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
Semaphr-1.0.4
Semaphr-1.0.3
Semaphr-1.0.2
Semaphr-1.0.1
1.0
Semaphr-1.0
0.8
Semaphr-0.8
0.7
Semaphr-0.7
0.6
Semaphr-0.6
0.5
Semaphr-0.5
0.4
Semaphr-0.4
0.3
Semaphr-0.3
0.2
Semaphr-0.2
0.1
Semaphr-0.1

How to add a dependency to Maven

Add the following com.semaphr : Semaphr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.semaphr</groupId>
    <artifactId>Semaphr</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.semaphr : Semaphr gradle dependency to your build.gradle file:

implementation 'com.semaphr:Semaphr:1.0.4'

Gradle Kotlin DSL: Add the following com.semaphr : Semaphr gradle kotlin dependency to your build.gradle.kts file:

implementation("com.semaphr:Semaphr:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.semaphr : Semaphr sbt scala dependency to your build.sbt file:

libraryDependencies += "com.semaphr" % "Semaphr" % "1.0.4"