MVN

com.github.manosbatsis.scrudbeans : scrudbeans

Maven & Gradle

Sep 15, 2022
7 stars

scrudbeans · Hands-free, RESTful, extensible SCRUD for your Kotlin JPA entities in Spring Boot

<dependency>
    <groupId>com.github.manosbatsis.scrudbeans</groupId>
    <artifactId>scrudbeans</artifactId>
    <version>0.31</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.31
  • Latest Alpha: 1.0.0-alpha.1

All Versions

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

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

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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