MVN

org.eobjects.metamodel : MetaModel-sugarcrm

Maven & Gradle

Jan 28, 2022
3 usages

MetaModel module for SugarCRM

<dependency>
    <groupId>org.eobjects.metamodel</groupId>
    <artifactId>MetaModel-sugarcrm</artifactId>
    <version>5.3.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eobjects.metamodel : MetaModel-sugarcrm to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.3.5
  • Latest Release Candidate: 3.4-RC1

All Versions

Choose a version of org.eobjects.metamodel : MetaModel-sugarcrm to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.3.x
MetaModel-sugarcrm-5.3.5
MetaModel-sugarcrm-5.3.4
3.4.x
MetaModel-sugarcrm-3.4.11
MetaModel-sugarcrm-3.4.10
MetaModel-sugarcrm-3.4.9
MetaModel-sugarcrm-3.4.8
MetaModel-sugarcrm-3.4.7
MetaModel-sugarcrm-3.4.6
MetaModel-sugarcrm-3.4.5
MetaModel-sugarcrm-3.4.4
MetaModel-sugarcrm-3.4.3
MetaModel-sugarcrm-3.4.2
MetaModel-sugarcrm-3.4.1
3.4
MetaModel-sugarcrm-3.4
MetaModel-sugarcrm-3.4-RC1
3.3.x
MetaModel-sugarcrm-3.3.3
MetaModel-sugarcrm-3.3.2
MetaModel-sugarcrm-3.3.1
3.3
MetaModel-sugarcrm-3.3

How to add a dependency to Maven

Add the following org.eobjects.metamodel : MetaModel-sugarcrm maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eobjects.metamodel</groupId>
    <artifactId>MetaModel-sugarcrm</artifactId>
    <version>5.3.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eobjects.metamodel : MetaModel-sugarcrm gradle dependency to your build.gradle file:

implementation 'org.eobjects.metamodel:MetaModel-sugarcrm:5.3.5'

Gradle Kotlin DSL: Add the following org.eobjects.metamodel : MetaModel-sugarcrm gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eobjects.metamodel:MetaModel-sugarcrm:5.3.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eobjects.metamodel : MetaModel-sugarcrm sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eobjects.metamodel" % "MetaModel-sugarcrm" % "5.3.5"

Advertisement