MVN

io.sundr.examples : crud

Maven & Gradle

May 14, 2021

Sundrio :: Examples :: Crud

<dependency>
    <groupId>io.sundr.examples</groupId>
    <artifactId>crud</artifactId>
    <version>0.40.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.sundr.examples : crud to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.40.1

All Versions

Choose a version of io.sundr.examples : crud to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.40.x
crud-0.40.1
crud-0.40.0
0.30.x
crud-0.30.6
crud-0.30.5
crud-0.30.4
crud-0.30.3
crud-0.30.2
crud-0.30.1
crud-0.30.0
0.25.x
crud-0.25.1
crud-0.25.0
0.24.x
crud-0.24.3
crud-0.24.2
crud-0.24.1
crud-0.24.0
0.23.x
crud-0.23.1
crud-0.23.0
0.22.x
crud-0.22.1
crud-0.22.0
0.21.x
crud-0.21.0
0.20.x
crud-0.20.0
0.19.x
crud-0.19.2
crud-0.19.1
crud-0.19.0
0.18.x
crud-0.18.0
0.17.x
crud-0.17.2
crud-0.17.1
crud-0.17.0
0.16.x
crud-0.16.5
crud-0.16.4
crud-0.16.3
crud-0.16.2
crud-0.16.1
crud-0.16.0
0.15.x
crud-0.15.1
crud-0.15.0
0.14.x
crud-0.14.6
crud-0.14.5
crud-0.14.4
crud-0.14.3
crud-0.14.2
crud-0.14.1
crud-0.14.0
0.13.x
crud-0.13.1
0.12.x
crud-0.12.1
0.11.x
crud-0.11.2
crud-0.11.1
0.10.x
crud-0.10.1
0.9.x
crud-0.9.3
crud-0.9.2
crud-0.9.1
crud-0.9.0

How to add a dependency to Maven

Add the following io.sundr.examples : crud maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.sundr.examples</groupId>
    <artifactId>crud</artifactId>
    <version>0.40.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.sundr.examples : crud gradle dependency to your build.gradle file:

implementation 'io.sundr.examples:crud:0.40.1'

Gradle Kotlin DSL: Add the following io.sundr.examples : crud gradle kotlin dependency to your build.gradle.kts file:

implementation("io.sundr.examples:crud:0.40.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.sundr.examples : crud sbt scala dependency to your build.sbt file:

libraryDependencies += "io.sundr.examples" % "crud" % "0.40.1"

Advertisement