MVN

io.github.sogis : ilivalidator-custom-functions

Maven & Gradle

Jul 28, 2022
0 stars

ilivalidator-custom-functions · ilivalidator-custom-functions

<dependency>
    <groupId>io.github.sogis</groupId>
    <artifactId>ilivalidator-custom-functions</artifactId>
    <version>1.1.51</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.sogis : ilivalidator-custom-functions to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.51

All Versions

Choose a version of io.github.sogis : ilivalidator-custom-functions to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
ilivalidator-custom-functions-1.1.51
ilivalidator-custom-functions-1.1.50
ilivalidator-custom-functions-1.1.49
ilivalidator-custom-functions-1.1.48
ilivalidator-custom-functions-1.1.47
ilivalidator-custom-functions-1.1.46
ilivalidator-custom-functions-1.1.45
ilivalidator-custom-functions-1.1.44

How to add a dependency to Maven

Add the following io.github.sogis : ilivalidator-custom-functions maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.sogis</groupId>
    <artifactId>ilivalidator-custom-functions</artifactId>
    <version>1.1.51</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.sogis : ilivalidator-custom-functions gradle dependency to your build.gradle file:

implementation 'io.github.sogis:ilivalidator-custom-functions:1.1.51'

Gradle Kotlin DSL: Add the following io.github.sogis : ilivalidator-custom-functions gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.sogis:ilivalidator-custom-functions:1.1.51")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.sogis : ilivalidator-custom-functions sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.sogis" % "ilivalidator-custom-functions" % "1.1.51"

Advertisement