MVN

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

Maven & Gradle

Jul 04, 2021
7 stars
<dependency>
    <groupId>com.github.manosbatsis.scrudbeans</groupId>
    <artifactId>scrudbeans-integration-tests-kotlin</artifactId>
    <version>0.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.31

All Versions

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

Version Vulnerabilities Updated
0.31
scrudbeans-integration-tests-kotlin-0.31
0.30
scrudbeans-integration-tests-kotlin-0.30
0.28
scrudbeans-integration-tests-kotlin-0.28
0.27
scrudbeans-integration-tests-kotlin-0.27
0.26
scrudbeans-integration-tests-kotlin-0.26
0.25
scrudbeans-integration-tests-kotlin-0.25
0.24
scrudbeans-integration-tests-kotlin-0.24
0.23
scrudbeans-integration-tests-kotlin-0.23
0.22
scrudbeans-integration-tests-kotlin-0.22
0.21
scrudbeans-integration-tests-kotlin-0.21
0.20
scrudbeans-integration-tests-kotlin-0.20
0.19
scrudbeans-integration-tests-kotlin-0.19
0.18
scrudbeans-integration-tests-kotlin-0.18
0.17
scrudbeans-integration-tests-kotlin-0.17
0.16
scrudbeans-integration-tests-kotlin-0.16
0.15
scrudbeans-integration-tests-kotlin-0.15
0.14
scrudbeans-integration-tests-kotlin-0.14

How to add a dependency to Maven

Add the following com.github.manosbatsis.scrudbeans : scrudbeans-integration-tests-kotlin 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-kotlin</artifactId>
    <version>0.31</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.manosbatsis.scrudbeans:scrudbeans-integration-tests-kotlin:0.31'

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

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

How to add a dependency to SBT Scala

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

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