MVN

io.github.lexinda : veryrule-core

Maven & Gradle

Jan 04, 2023
5 stars

veryrule-core

<dependency>
    <groupId>io.github.lexinda</groupId>
    <artifactId>veryrule-core</artifactId>
    <version>2.3.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.lexinda : veryrule-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.3

All Versions

Choose a version of io.github.lexinda : veryrule-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
veryrule-core-2.3.3
veryrule-core-2.3.2
veryrule-core-2.3.1
2.2.x
veryrule-core-2.2.2
veryrule-core-2.2.1
veryrule-core-2.2.0
2.1.x
veryrule-core-2.1.2
veryrule-core-2.1.1-RELEASE
veryrule-core-2.1.0-RELEASE
2.0.x
veryrule-core-2.0.0-RELEASE
1.2.x
veryrule-core-1.2.0-RELEASE
1.1.x
veryrule-core-1.1.0-RELEASE

How to add a dependency to Maven

Add the following io.github.lexinda : veryrule-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.lexinda</groupId>
    <artifactId>veryrule-core</artifactId>
    <version>2.3.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.lexinda : veryrule-core gradle dependency to your build.gradle file:

implementation 'io.github.lexinda:veryrule-core:2.3.3'

Gradle Kotlin DSL: Add the following io.github.lexinda : veryrule-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.lexinda:veryrule-core:2.3.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.lexinda : veryrule-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.lexinda" % "veryrule-core" % "2.3.3"