MVN

org.owasp : java-file-io

Maven & Gradle

Oct 30, 2017
8 stars

OWASP Java File IO · The OWASP Java File I/O Security Project provides an easy to use library for validating and sanitizing filenames, directory paths, and uploaded files.

<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>java-file-io</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.owasp : java-file-io to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of org.owasp : java-file-io to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
java-file-io-1.0.0

How to add a dependency to Maven

Add the following org.owasp : java-file-io maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>java-file-io</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.owasp : java-file-io gradle dependency to your build.gradle file:

implementation 'org.owasp:java-file-io:1.0.0'

Gradle Kotlin DSL: Add the following org.owasp : java-file-io gradle kotlin dependency to your build.gradle.kts file:

implementation("org.owasp:java-file-io:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.owasp : java-file-io sbt scala dependency to your build.sbt file:

libraryDependencies += "org.owasp" % "java-file-io" % "1.0.0"

Advertisement

Dependencies from Group

Feb 01, 2022
13 usages
Aug 19, 2023
11 usages
5.8k stars
Aug 19, 2023
8 usages
5.8k stars
Jun 02, 2023
8 usages
61 stars
Aug 19, 2023
7 usages
5.8k stars

Discover Dependencies

Oct 29, 2017
1 stars
Aug 04, 2023
5 usages
546 stars
Jul 04, 2023
3 usages
Oct 31, 2017
2 usages
346 stars
lib
Dec 23, 2021
2 usages
Oct 14, 2021
8 usages
10 stars
Jun 29, 2023
1 usages
21 stars
Apr 13, 2018
10 usages
393 stars