MVN

com.github.nickmcdowall : yatspec

Maven & Gradle

May 17, 2021
4 usages
6 stars

yatspec · A library used in tests to generate living sequence diagrams

<dependency>
    <groupId>com.github.nickmcdowall</groupId>
    <artifactId>yatspec</artifactId>
    <version>2021.1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.nickmcdowall : yatspec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2021.1.10

All Versions

Choose a version of com.github.nickmcdowall : yatspec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2021.1.x
yatspec-2021.1.10
yatspec-2021.1.9
yatspec-2021.1.8
yatspec-2021.1.7
yatspec-2021.1.6
yatspec-2021.1.5
yatspec-2021.1.4
yatspec-2021.1.3
yatspec-2021.1.2
yatspec-2021.1.1
yatspec-2021.1.0
2021.0.x
yatspec-2021.0.4
yatspec-2021.0.3
yatspec-2021.0.2
2020.3.x
yatspec-2020.3.12
yatspec-2020.3.11
yatspec-2020.3.10
yatspec-2020.3.9
yatspec-2020.3.8
yatspec-2020.3.7
yatspec-2020.3.6

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.nickmcdowall</groupId>
    <artifactId>yatspec</artifactId>
    <version>2021.1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.nickmcdowall : yatspec gradle dependency to your build.gradle file:

implementation 'com.github.nickmcdowall:yatspec:2021.1.10'

Gradle Kotlin DSL: Add the following com.github.nickmcdowall : yatspec gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.nickmcdowall:yatspec:2021.1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.nickmcdowall : yatspec sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.nickmcdowall" % "yatspec" % "2021.1.10"

Advertisement