MVN

com.oneskyapp : screenshot

Maven & Gradle

Feb 21, 2017

OneSky Screenshot Helper for Android · This library helps you easily upload screenshots of your Android app that contains localizable strings to your OneSky project for translators.

<dependency>
    <groupId>com.oneskyapp</groupId>
    <artifactId>screenshot</artifactId>
    <version>0.7.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.oneskyapp : screenshot to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.7

All Versions

Choose a version of com.oneskyapp : screenshot to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
screenshot-0.7.7
screenshot-0.7.6
screenshot-0.7.5
screenshot-0.7.4
screenshot-0.7.3
screenshot-0.7.2
screenshot-0.7.1
screenshot-0.7.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.oneskyapp</groupId>
    <artifactId>screenshot</artifactId>
    <version>0.7.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.oneskyapp : screenshot gradle dependency to your build.gradle file:

implementation 'com.oneskyapp:screenshot:0.7.7'

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

implementation("com.oneskyapp:screenshot:0.7.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.oneskyapp : screenshot sbt scala dependency to your build.sbt file:

libraryDependencies += "com.oneskyapp" % "screenshot" % "0.7.7"