MVN

org.specs : specs

Maven & Gradle

Feb 12, 2009
22 usages

specs is a Behaviour-Driven-Design framework

<dependency>
    <groupId>org.specs</groupId>
    <artifactId>specs</artifactId>
    <version>1.4.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.specs : specs to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.3

All Versions

Choose a version of org.specs : specs to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
specs-1.4.3
specs-1.4.2
specs-1.4.1
specs-1.4.0
1.3.x
specs-1.3.1
specs-1.3.0
1.2.x
specs-1.2.9
specs-1.2.8
specs-1.2.7
specs-1.2.6
specs-1.2.5
specs-1.2.4
specs-1.2.3
specs-1.2.2
specs-1.2.1
1.2
specs-1.2
1.1.x
specs-1.1.5
specs-1.1.4
specs-1.1.3
specs-1.1.2
1.1
specs-1.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.specs</groupId>
    <artifactId>specs</artifactId>
    <version>1.4.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.specs : specs gradle dependency to your build.gradle file:

implementation 'org.specs:specs:1.4.3'

Gradle Kotlin DSL: Add the following org.specs : specs gradle kotlin dependency to your build.gradle.kts file:

implementation("org.specs:specs:1.4.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.specs : specs sbt scala dependency to your build.sbt file:

libraryDependencies += "org.specs" % "specs" % "1.4.3"

Advertisement

Dependencies from Group

Feb 12, 2009
22 usages

Discover Dependencies

Aug 25, 2023
36 usages
123 stars
Apr 13, 2018
4 usages
37 stars
Aug 17, 2019
6 usages
0 stars
Oct 29, 2020
26 usages
Feb 17, 2016
6 usages
Mar 04, 2016
0 stars
Aug 23, 2023
15 usages
Dec 20, 2021
4 usages
97 stars