MVN

com.fortify.ssc.parser.util : fortify-ssc-parser-util-xml

Maven & Gradle

Feb 02, 2023
1 usages
2 stars

fortify-ssc-parser-util-xml · Fortify SSC Parser Utilities for parsing XML files

<dependency>
    <groupId>com.fortify.ssc.parser.util</groupId>
    <artifactId>fortify-ssc-parser-util-xml</artifactId>
    <version>1.7.0.RELEASE</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.fortify.ssc.parser.util : fortify-ssc-parser-util-xml to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0.RELEASE

All Versions

Choose a version of com.fortify.ssc.parser.util : fortify-ssc-parser-util-xml to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
fortify-ssc-parser-util-xml-1.7.0.RELEASE
1.6.x
fortify-ssc-parser-util-xml-1.6.3.RELEASE
fortify-ssc-parser-util-xml-1.6.2.RELEASE
fortify-ssc-parser-util-xml-1.6.1.RELEASE
fortify-ssc-parser-util-xml-1.6.0.RELEASE
1.5.x
fortify-ssc-parser-util-xml-1.5.0.RELEASE

How to add a dependency to Maven

Add the following com.fortify.ssc.parser.util : fortify-ssc-parser-util-xml maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.fortify.ssc.parser.util</groupId>
    <artifactId>fortify-ssc-parser-util-xml</artifactId>
    <version>1.7.0.RELEASE</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.fortify.ssc.parser.util : fortify-ssc-parser-util-xml gradle dependency to your build.gradle file:

implementation 'com.fortify.ssc.parser.util:fortify-ssc-parser-util-xml:1.7.0.RELEASE'

Gradle Kotlin DSL: Add the following com.fortify.ssc.parser.util : fortify-ssc-parser-util-xml gradle kotlin dependency to your build.gradle.kts file:

implementation("com.fortify.ssc.parser.util:fortify-ssc-parser-util-xml:1.7.0.RELEASE")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.fortify.ssc.parser.util : fortify-ssc-parser-util-xml sbt scala dependency to your build.sbt file:

libraryDependencies += "com.fortify.ssc.parser.util" % "fortify-ssc-parser-util-xml" % "1.7.0.RELEASE"