MVN

org.agmip : agmip-common-functions

Maven & Gradle

Jan 21, 2022
11 usages
0 stars

AgMIP Common Functions · A library of functions which can be used in various sub-projects

<dependency>
    <groupId>org.agmip</groupId>
    <artifactId>agmip-common-functions</artifactId>
    <version>1.3.15</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.agmip : agmip-common-functions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.15

All Versions

Choose a version of org.agmip : agmip-common-functions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
agmip-common-functions-1.3.15
agmip-common-functions-1.3.14
agmip-common-functions-1.3.13
agmip-common-functions-1.3.12
agmip-common-functions-1.3.11
agmip-common-functions-1.3.10
agmip-common-functions-1.3.9
agmip-common-functions-1.3.8
agmip-common-functions-1.3.7
agmip-common-functions-1.3.6
agmip-common-functions-1.3.5
agmip-common-functions-1.3.4
agmip-common-functions-1.3.3
agmip-common-functions-1.3.2
agmip-common-functions-1.3.1
1.3
agmip-common-functions-1.3
1.2
agmip-common-functions-1.2
1.1
agmip-common-functions-1.1
1.0
agmip-common-functions-1.0

How to add a dependency to Maven

Add the following org.agmip : agmip-common-functions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.agmip</groupId>
    <artifactId>agmip-common-functions</artifactId>
    <version>1.3.15</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.agmip : agmip-common-functions gradle dependency to your build.gradle file:

implementation 'org.agmip:agmip-common-functions:1.3.15'

Gradle Kotlin DSL: Add the following org.agmip : agmip-common-functions gradle kotlin dependency to your build.gradle.kts file:

implementation("org.agmip:agmip-common-functions:1.3.15")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.agmip : agmip-common-functions sbt scala dependency to your build.sbt file:

libraryDependencies += "org.agmip" % "agmip-common-functions" % "1.3.15"

Advertisement