MVN

ir.msob.jima.crud : crud-api-graphql-restful-service

Maven & Gradle

Apr 12, 2024

service · service

<dependency>
    <groupId>ir.msob.jima.crud</groupId>
    <artifactId>crud-api-graphql-restful-service</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ir.msob.jima.crud : crud-api-graphql-restful-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of ir.msob.jima.crud : crud-api-graphql-restful-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
crud-api-graphql-restful-service-1.1.9

How to add a dependency to Maven

Add the following ir.msob.jima.crud : crud-api-graphql-restful-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ir.msob.jima.crud</groupId>
    <artifactId>crud-api-graphql-restful-service</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ir.msob.jima.crud : crud-api-graphql-restful-service gradle dependency to your build.gradle file:

implementation 'ir.msob.jima.crud:crud-api-graphql-restful-service:1.1.9'

Gradle Kotlin DSL: Add the following ir.msob.jima.crud : crud-api-graphql-restful-service gradle kotlin dependency to your build.gradle.kts file:

implementation("ir.msob.jima.crud:crud-api-graphql-restful-service:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following ir.msob.jima.crud : crud-api-graphql-restful-service sbt scala dependency to your build.sbt file:

libraryDependencies += "ir.msob.jima.crud" % "crud-api-graphql-restful-service" % "1.1.9"