MVN

com.metaversant : rule-management-repo

Maven & Gradle

Jun 30, 2020

rule-management-repo Platform Jar Module - SDK 3 · Enables rule management features via an API

<dependency>
    <groupId>com.metaversant</groupId>
    <artifactId>rule-management-repo</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.metaversant : rule-management-repo to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.metaversant : rule-management-repo to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
rule-management-repo-1.1.0

How to add a dependency to Maven

Add the following com.metaversant : rule-management-repo maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.metaversant</groupId>
    <artifactId>rule-management-repo</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.metaversant : rule-management-repo gradle dependency to your build.gradle file:

implementation 'com.metaversant:rule-management-repo:1.1.0'

Gradle Kotlin DSL: Add the following com.metaversant : rule-management-repo gradle kotlin dependency to your build.gradle.kts file:

implementation("com.metaversant:rule-management-repo:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.metaversant : rule-management-repo sbt scala dependency to your build.sbt file:

libraryDependencies += "com.metaversant" % "rule-management-repo" % "1.1.0"

Advertisement