MVN

org.specsy : parent

Maven & Gradle

Dec 11, 2018

Specsy is a BDD-style unit-level testing framework for Java/Scala/Groovy. It safely isolates mutable state and supports writing self-documenting tests/specifications.

<dependency>
    <groupId>org.specsy</groupId>
    <artifactId>parent</artifactId>
    <version>2.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.specsy : parent to add to Maven - Latest Versions:

  • Latest Stable: 2.3.3

All Versions

Choose a version of org.specsy : parent to add to Maven - All Versions:

Version Vulnerabilities Updated
2.3.x
parent-2.3.3
parent-2.3.2
parent-2.3.1
parent-2.3.0
2.2.x
parent-2.2.0
2.1.x
parent-2.1.1
parent-2.1.0
2.0.x
parent-2.0.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.specsy</groupId>
    <artifactId>parent</artifactId>
    <version>2.3.3</version>
</dependency>

Advertisement