MVN

com.funixproductions.core.crud : crud

Maven & Gradle

Aug 23, 2023
<dependency>
    <groupId>com.funixproductions.core.crud</groupId>
    <artifactId>crud</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.funixproductions.core.crud : crud to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of com.funixproductions.core.crud : crud to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
crud-1.0.7
crud-1.0.6.3
crud-1.0.6.2
crud-1.0.6.1
crud-1.0.6
crud-1.0.5
crud-1.0.4
crud-1.0.3
crud-1.0.2
crud-1.0.1
crud-1.0.0

How to add a dependency to Maven

Add the following com.funixproductions.core.crud : crud maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.funixproductions.core.crud</groupId>
    <artifactId>crud</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.funixproductions.core.crud : crud gradle dependency to your build.gradle file:

implementation 'com.funixproductions.core.crud:crud:1.0.7'

Gradle Kotlin DSL: Add the following com.funixproductions.core.crud : crud gradle kotlin dependency to your build.gradle.kts file:

implementation("com.funixproductions.core.crud:crud:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.funixproductions.core.crud : crud sbt scala dependency to your build.sbt file:

libraryDependencies += "com.funixproductions.core.crud" % "crud" % "1.0.7"