MVN

info.kfgodel : java-spec

Maven & Gradle

Jun 10, 2019
3 usages
2 stars

JavaSpec · Junit testing extension to allow specs expressibility

<dependency>
    <groupId>info.kfgodel</groupId>
    <artifactId>java-spec</artifactId>
    <version>2.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of info.kfgodel : java-spec to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.4

All Versions

Choose a version of info.kfgodel : java-spec to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
java-spec-2.5.4
java-spec-2.5.3
java-spec-2.5.2
java-spec-2.5.1
java-spec-2.5.0
2.4.x
java-spec-2.4.3
java-spec-2.4.2
java-spec-2.4.1

How to add a dependency to Maven

Add the following info.kfgodel : java-spec maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>info.kfgodel</groupId>
    <artifactId>java-spec</artifactId>
    <version>2.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following info.kfgodel : java-spec gradle dependency to your build.gradle file:

implementation 'info.kfgodel:java-spec:2.5.4'

Gradle Kotlin DSL: Add the following info.kfgodel : java-spec gradle kotlin dependency to your build.gradle.kts file:

implementation("info.kfgodel:java-spec:2.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following info.kfgodel : java-spec sbt scala dependency to your build.sbt file:

libraryDependencies += "info.kfgodel" % "java-spec" % "2.5.4"

Advertisement

Dependencies from Group

Jan 08, 2020
5 usages
0 stars
Oct 04, 2020
5 usages
2 stars
Jun 10, 2019
3 usages
2 stars
Mar 18, 2019
2 usages
0 stars
Oct 06, 2019
0 stars

Discover Dependencies