MVN

com.redfin : java-safety

Maven & Gradle

Jan 30, 2020
0 stars

java-safety · A library for accessing nested fields in Java in a null-safe way.

<dependency>
    <groupId>com.redfin</groupId>
    <artifactId>java-safety</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.redfin : java-safety to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of com.redfin : java-safety to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
java-safety-1.0.2
java-safety-1.0.1
java-safety-1.0.0

How to add a dependency to Maven

Add the following com.redfin : java-safety maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.redfin</groupId>
    <artifactId>java-safety</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.redfin : java-safety gradle dependency to your build.gradle file:

implementation 'com.redfin:java-safety:1.0.2'

Gradle Kotlin DSL: Add the following com.redfin : java-safety gradle kotlin dependency to your build.gradle.kts file:

implementation("com.redfin:java-safety:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.redfin : java-safety sbt scala dependency to your build.sbt file:

libraryDependencies += "com.redfin" % "java-safety" % "1.0.2"

Advertisement

Dependencies from Group

Jan 05, 2018
3 usages
5 stars
Jul 08, 2017
3 usages
22 stars
Dec 13, 2019
2 usages
1 stars
Dec 13, 2019
2 usages
5 stars
Mar 29, 2022
1 usages
1 stars

Discover Dependencies