MVN

org.trimou : trimou-extension-json-p

Maven & Gradle

Aug 12, 2020
2 usages
71 stars
<dependency>
    <groupId>org.trimou</groupId>
    <artifactId>trimou-extension-json-p</artifactId>
    <version>2.5.1.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.trimou : trimou-extension-json-p to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.1.Final

All Versions

Choose a version of org.trimou : trimou-extension-json-p to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
trimou-extension-json-p-2.5.1.Final
trimou-extension-json-p-2.5.0.Final
2.4.x
trimou-extension-json-p-2.4.0.Final
2.3.x
trimou-extension-json-p-2.3.0.Final
2.2.x
trimou-extension-json-p-2.2.1.Final
trimou-extension-json-p-2.2.0.Final
2.1.x
trimou-extension-json-p-2.1.0.Final
2.0.x
trimou-extension-json-p-2.0.1.Final
trimou-extension-json-p-2.0.0.Final

How to add a dependency to Maven

Add the following org.trimou : trimou-extension-json-p maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.trimou</groupId>
    <artifactId>trimou-extension-json-p</artifactId>
    <version>2.5.1.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.trimou : trimou-extension-json-p gradle dependency to your build.gradle file:

implementation 'org.trimou:trimou-extension-json-p:2.5.1.Final'

Gradle Kotlin DSL: Add the following org.trimou : trimou-extension-json-p gradle kotlin dependency to your build.gradle.kts file:

implementation("org.trimou:trimou-extension-json-p:2.5.1.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.trimou : trimou-extension-json-p sbt scala dependency to your build.sbt file:

libraryDependencies += "org.trimou" % "trimou-extension-json-p" % "2.5.1.Final"