MVN

com.agileactors : agile-actors-spring-boot-crud-api

Maven & Gradle

Dec 03, 2022
0 stars

agile-actors-spring-boot-crud-api · This is a library that extends Spring Boot functionality and offers a convenient and easy way to expose a domain's CRUD (Create, Read, Update, Delete) operations.

<dependency>
    <groupId>com.agileactors</groupId>
    <artifactId>agile-actors-spring-boot-crud-api</artifactId>
    <version>1.0.5-202212030710</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.agileactors : agile-actors-spring-boot-crud-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.5-202212030710

All Versions

Choose a version of com.agileactors : agile-actors-spring-boot-crud-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
agile-actors-spring-boot-crud-api-1.0.5-202212030710
agile-actors-spring-boot-crud-api-1.0.4-202212011845
agile-actors-spring-boot-crud-api-1.0.3-202211170900
agile-actors-spring-boot-crud-api-1.0.3-202211090916
agile-actors-spring-boot-crud-api-1.0.3-202210061928
agile-actors-spring-boot-crud-api-1.0.3-202209300547
agile-actors-spring-boot-crud-api-1.0.3-202209280700
agile-actors-spring-boot-crud-api-1.0.3-202209280659
agile-actors-spring-boot-crud-api-1.0.3-202209260650
agile-actors-spring-boot-crud-api-1.0.3-202209251448
agile-actors-spring-boot-crud-api-1.0.3-202209251411
agile-actors-spring-boot-crud-api-1.0.3-202209251358
agile-actors-spring-boot-crud-api-1.0.3-202209251354
agile-actors-spring-boot-crud-api-1.0.3-202209251347
agile-actors-spring-boot-crud-api-1.0.3-202209231835
agile-actors-spring-boot-crud-api-1.0.3-202209231354
agile-actors-spring-boot-crud-api-1.0.3-202209230855
agile-actors-spring-boot-crud-api-1.0.3-202209230737
agile-actors-spring-boot-crud-api-1.0.3-202209230650
agile-actors-spring-boot-crud-api-1.0.3-202209222114
agile-actors-spring-boot-crud-api-1.0.3-202209222033
agile-actors-spring-boot-crud-api-1.0.2
agile-actors-spring-boot-crud-api-1.0.1

How to add a dependency to Maven

Add the following com.agileactors : agile-actors-spring-boot-crud-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.agileactors</groupId>
    <artifactId>agile-actors-spring-boot-crud-api</artifactId>
    <version>1.0.5-202212030710</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.agileactors : agile-actors-spring-boot-crud-api gradle dependency to your build.gradle file:

implementation 'com.agileactors:agile-actors-spring-boot-crud-api:1.0.5-202212030710'

Gradle Kotlin DSL: Add the following com.agileactors : agile-actors-spring-boot-crud-api gradle kotlin dependency to your build.gradle.kts file:

implementation("com.agileactors:agile-actors-spring-boot-crud-api:1.0.5-202212030710")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.agileactors : agile-actors-spring-boot-crud-api sbt scala dependency to your build.sbt file:

libraryDependencies += "com.agileactors" % "agile-actors-spring-boot-crud-api" % "1.0.5-202212030710"