MVN

com.contrastsecurity : yamlbeans

Maven & Gradle

Aug 24, 2023
0 stars

YamlBeans · Java object graphs, to and from YAML

<dependency>
    <groupId>com.contrastsecurity</groupId>
    <artifactId>yamlbeans</artifactId>
    <version>1.17</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.contrastsecurity : yamlbeans to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.17

All Versions

Choose a version of com.contrastsecurity : yamlbeans to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.17
yamlbeans-1.17

How to add a dependency to Maven

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

<dependency>
    <groupId>com.contrastsecurity</groupId>
    <artifactId>yamlbeans</artifactId>
    <version>1.17</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.contrastsecurity : yamlbeans gradle dependency to your build.gradle file:

implementation 'com.contrastsecurity:yamlbeans:1.17'

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

implementation("com.contrastsecurity:yamlbeans:1.17")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.contrastsecurity : yamlbeans sbt scala dependency to your build.sbt file:

libraryDependencies += "com.contrastsecurity" % "yamlbeans" % "1.17"

Advertisement