MVN

com.github.submob : scopemob-iosarm64

Maven & Gradle

Sep 10, 2022
4 stars

ScopeMob · Set of useful scope and higher-order functions

<dependency>
    <groupId>com.github.submob</groupId>
    <artifactId>scopemob-iosarm64</artifactId>
    <version>2.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.submob : scopemob-iosarm64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.7

All Versions

Choose a version of com.github.submob : scopemob-iosarm64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
scopemob-iosarm64-2.1.7
scopemob-iosarm64-2.1.6
scopemob-iosarm64-2.1.5
scopemob-iosarm64-2.1.4

How to add a dependency to Maven

Add the following com.github.submob : scopemob-iosarm64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.submob</groupId>
    <artifactId>scopemob-iosarm64</artifactId>
    <version>2.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.submob : scopemob-iosarm64 gradle dependency to your build.gradle file:

implementation 'com.github.submob:scopemob-iosarm64:2.1.7'

Gradle Kotlin DSL: Add the following com.github.submob : scopemob-iosarm64 gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.submob:scopemob-iosarm64:2.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.submob : scopemob-iosarm64 sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.submob" % "scopemob-iosarm64" % "2.1.7"