MVN

com.khubla.com.pragmatach.examples : yamlexample

Maven & Gradle

Nov 22, 2022
2 stars

Pragmatach YAML Example

<dependency>
    <groupId>com.khubla.com.pragmatach.examples</groupId>
    <artifactId>yamlexample</artifactId>
    <version>1.42.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.khubla.com.pragmatach.examples : yamlexample to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.42.0

All Versions

Choose a version of com.khubla.com.pragmatach.examples : yamlexample to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.42.x
yamlexample-1.42.0
1.40
yamlexample-1.40

How to add a dependency to Maven

Add the following com.khubla.com.pragmatach.examples : yamlexample maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.khubla.com.pragmatach.examples</groupId>
    <artifactId>yamlexample</artifactId>
    <version>1.42.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.khubla.com.pragmatach.examples : yamlexample gradle dependency to your build.gradle file:

implementation 'com.khubla.com.pragmatach.examples:yamlexample:1.42.0'

Gradle Kotlin DSL: Add the following com.khubla.com.pragmatach.examples : yamlexample gradle kotlin dependency to your build.gradle.kts file:

implementation("com.khubla.com.pragmatach.examples:yamlexample:1.42.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.khubla.com.pragmatach.examples : yamlexample sbt scala dependency to your build.sbt file:

libraryDependencies += "com.khubla.com.pragmatach.examples" % "yamlexample" % "1.42.0"