Files download
File Operation
scopemob-jvm-2.1.7.jar download
scopemob-jvm-2.1.7.pom download
scopemob-jvm-2.1.7-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.submob</groupId>
  <artifactId>scopemob-jvm</artifactId>
  <version>2.1.7</version>
</dependency>
Gradle Groovy
implementation 'com.github.submob:scopemob-jvm:2.1.7'
Gradle Kotlin
implementation("com.github.submob:scopemob-jvm:2.1.7")
Scala SBT
libraryDependencies += "com.github.submob" % "scopemob-jvm" % "2.1.7"
Groovy Grape
@Grapes(
  @Grab(group='com.github.submob', module='scopemob-jvm', version='2.1.7')
)
Apache Ivy
<dependency org="com.github.submob" name="scopemob-jvm" rev="2.1.7" />
Leiningen
[com.github.submob/scopemob-jvm "2.1.7"]
Apache Buildr
'com.github.submob:scopemob-jvm:jar:2.1.7'