MVN

com.github.manosbatsis.scrudbeans : scrudbeans-integration-tests

Maven & Gradle

Apr 26, 2019
7 stars
<dependency>
    <groupId>com.github.manosbatsis.scrudbeans</groupId>
    <artifactId>scrudbeans-integration-tests</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.manosbatsis.scrudbeans : scrudbeans-integration-tests to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of com.github.manosbatsis.scrudbeans : scrudbeans-integration-tests to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
scrudbeans-integration-tests-0.13
0.12
scrudbeans-integration-tests-0.12
0.11
scrudbeans-integration-tests-0.11
0.10
scrudbeans-integration-tests-0.10
0.9
scrudbeans-integration-tests-0.9
0.8
scrudbeans-integration-tests-0.8
0.7
scrudbeans-integration-tests-0.7
0.6
scrudbeans-integration-tests-0.6
0.5
scrudbeans-integration-tests-0.5
0.4
scrudbeans-integration-tests-0.4
0.3
scrudbeans-integration-tests-0.3
0.2
scrudbeans-integration-tests-0.2

How to add a dependency to Maven

Add the following com.github.manosbatsis.scrudbeans : scrudbeans-integration-tests maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.manosbatsis.scrudbeans</groupId>
    <artifactId>scrudbeans-integration-tests</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.manosbatsis.scrudbeans : scrudbeans-integration-tests gradle dependency to your build.gradle file:

implementation 'com.github.manosbatsis.scrudbeans:scrudbeans-integration-tests:0.13'

Gradle Kotlin DSL: Add the following com.github.manosbatsis.scrudbeans : scrudbeans-integration-tests gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.manosbatsis.scrudbeans:scrudbeans-integration-tests:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.manosbatsis.scrudbeans : scrudbeans-integration-tests sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.manosbatsis.scrudbeans" % "scrudbeans-integration-tests" % "0.13"