MVN

com.github.manosbatsis.scrudbeans : scrudbeans-error

Maven & Gradle

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

Latest Version

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

  • Latest Stable: 0.31

All Versions

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

Version Vulnerabilities Updated
0.31
scrudbeans-error-0.31
0.30
scrudbeans-error-0.30
0.28
scrudbeans-error-0.28
0.27
scrudbeans-error-0.27
0.26
scrudbeans-error-0.26
0.25
scrudbeans-error-0.25
0.24
scrudbeans-error-0.24
0.23
scrudbeans-error-0.23
0.22
scrudbeans-error-0.22
0.21
scrudbeans-error-0.21
0.20
scrudbeans-error-0.20
0.19
scrudbeans-error-0.19
0.18
scrudbeans-error-0.18
0.17
scrudbeans-error-0.17
0.16
scrudbeans-error-0.16
0.15
scrudbeans-error-0.15
0.14
scrudbeans-error-0.14
0.13
scrudbeans-error-0.13
0.12
scrudbeans-error-0.12
0.11
scrudbeans-error-0.11
0.10
scrudbeans-error-0.10
0.9
scrudbeans-error-0.9
0.8
scrudbeans-error-0.8
0.7
scrudbeans-error-0.7
0.6
scrudbeans-error-0.6
0.5
scrudbeans-error-0.5
0.4
scrudbeans-error-0.4
0.3
scrudbeans-error-0.3
0.2
scrudbeans-error-0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>com.github.manosbatsis.scrudbeans</groupId>
    <artifactId>scrudbeans-error</artifactId>
    <version>0.31</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.github.manosbatsis.scrudbeans:scrudbeans-error:0.31'

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

implementation("com.github.manosbatsis.scrudbeans:scrudbeans-error:0.31")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.github.manosbatsis.scrudbeans" % "scrudbeans-error" % "0.31"

Advertisement