MVN

com.yahoo.parsec : parsec-web-utils

Maven & Gradle

Oct 24, 2022
15 stars

parsec-web-utils · The Parsec Java Libraries.

<dependency>
    <groupId>com.yahoo.parsec</groupId>
    <artifactId>parsec-web-utils</artifactId>
    <version>1.0.24</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.yahoo.parsec : parsec-web-utils to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.24
  • Latest Release Candidate: 1.0.19-RC4

All Versions

Choose a version of com.yahoo.parsec : parsec-web-utils to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
parsec-web-utils-1.0.24
parsec-web-utils-1.0.23
parsec-web-utils-1.0.22
parsec-web-utils-1.0.21
parsec-web-utils-1.0.20
parsec-web-utils-1.0.19
parsec-web-utils-1.0.19-RC4
parsec-web-utils-1.0.19-RC3
parsec-web-utils-1.0.19-RC2
parsec-web-utils-1.0.19-RC1
parsec-web-utils-1.0.18
parsec-web-utils-1.0.17
parsec-web-utils-1.0.16
parsec-web-utils-1.0.15
parsec-web-utils-1.0.14
parsec-web-utils-1.0.13
parsec-web-utils-1.0.12
parsec-web-utils-1.0.9
parsec-web-utils-1.0.8
parsec-web-utils-1.0.7
parsec-web-utils-1.0.6
parsec-web-utils-1.0.5
parsec-web-utils-1.0.4
parsec-web-utils-1.0.3
parsec-web-utils-1.0.2
parsec-web-utils-1.0.1
0.0.x
parsec-web-utils-0.0.63
parsec-web-utils-0.0.62

How to add a dependency to Maven

Add the following com.yahoo.parsec : parsec-web-utils maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.yahoo.parsec</groupId>
    <artifactId>parsec-web-utils</artifactId>
    <version>1.0.24</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.yahoo.parsec : parsec-web-utils gradle dependency to your build.gradle file:

implementation 'com.yahoo.parsec:parsec-web-utils:1.0.24'

Gradle Kotlin DSL: Add the following com.yahoo.parsec : parsec-web-utils gradle kotlin dependency to your build.gradle.kts file:

implementation("com.yahoo.parsec:parsec-web-utils:1.0.24")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.yahoo.parsec : parsec-web-utils sbt scala dependency to your build.sbt file:

libraryDependencies += "com.yahoo.parsec" % "parsec-web-utils" % "1.0.24"