MVN

com.safetorun : pinscreen

Maven & Gradle

Jul 25, 2023
35 stars

pinscreen · Safe to run

<dependency>
    <groupId>com.safetorun</groupId>
    <artifactId>pinscreen</artifactId>
    <version>2.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.safetorun : pinscreen to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.4
  • Latest Beta: 2.0.0-beta

All Versions

Choose a version of com.safetorun : pinscreen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.2.x
pinscreen-2.2.4
pinscreen-2.2.3
pinscreen-2.2.2
2.1.x
pinscreen-2.1.2
pinscreen-2.1.1
2.0.x
pinscreen-2.0.0-beta

How to add a dependency to Maven

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

<dependency>
    <groupId>com.safetorun</groupId>
    <artifactId>pinscreen</artifactId>
    <version>2.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.safetorun : pinscreen gradle dependency to your build.gradle file:

implementation 'com.safetorun:pinscreen:2.2.4'

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

implementation("com.safetorun:pinscreen:2.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.safetorun : pinscreen sbt scala dependency to your build.sbt file:

libraryDependencies += "com.safetorun" % "pinscreen" % "2.2.4"

Advertisement