MVN

com.salesforce.grammaticus : grammaticus

Maven & Gradle

Aug 01, 2023
2 usages
63 stars

Grammaticus · Localization Framework that allows grammatically correct renaming of nouns

<dependency>
    <groupId>com.salesforce.grammaticus</groupId>
    <artifactId>grammaticus</artifactId>
    <version>1.2.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.salesforce.grammaticus : grammaticus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.13

All Versions

Choose a version of com.salesforce.grammaticus : grammaticus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
grammaticus-1.2.13
grammaticus-1.2.12
grammaticus-1.2.11
grammaticus-1.2.10
grammaticus-1.2.9
grammaticus-1.2.8
grammaticus-1.2.7
grammaticus-1.2.5
grammaticus-1.2.4
grammaticus-1.2.3
grammaticus-1.2.2
grammaticus-1.2.1
grammaticus-1.2.0
1.1.x
grammaticus-1.1.0
1.0.x
grammaticus-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.salesforce.grammaticus</groupId>
    <artifactId>grammaticus</artifactId>
    <version>1.2.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.salesforce.grammaticus : grammaticus gradle dependency to your build.gradle file:

implementation 'com.salesforce.grammaticus:grammaticus:1.2.13'

Gradle Kotlin DSL: Add the following com.salesforce.grammaticus : grammaticus gradle kotlin dependency to your build.gradle.kts file:

implementation("com.salesforce.grammaticus:grammaticus:1.2.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.salesforce.grammaticus : grammaticus sbt scala dependency to your build.sbt file:

libraryDependencies += "com.salesforce.grammaticus" % "grammaticus" % "1.2.13"

Advertisement