MVN

systems.manifold : manifold-delegation

Maven & Gradle

Aug 26, 2023
1.9k stars

Manifold :: Delegation

<dependency>
    <groupId>systems.manifold</groupId>
    <artifactId>manifold-delegation</artifactId>
    <version>2023.1.18</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of systems.manifold : manifold-delegation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2023.1.18

All Versions

Choose a version of systems.manifold : manifold-delegation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2023.1.x
manifold-delegation-2023.1.18
manifold-delegation-2023.1.17
manifold-delegation-2023.1.16
manifold-delegation-2023.1.15
manifold-delegation-2023.1.14
manifold-delegation-2023.1.13
manifold-delegation-2023.1.12
manifold-delegation-2023.1.11
manifold-delegation-2023.1.10
manifold-delegation-2023.1.9
manifold-delegation-2023.1.8
manifold-delegation-2023.1.7
manifold-delegation-2023.1.6
manifold-delegation-2023.1.5
manifold-delegation-2023.1.4
manifold-delegation-2023.1.3
manifold-delegation-2023.1.2
manifold-delegation-2023.1.1
manifold-delegation-2023.1.0

How to add a dependency to Maven

Add the following systems.manifold : manifold-delegation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>systems.manifold</groupId>
    <artifactId>manifold-delegation</artifactId>
    <version>2023.1.18</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following systems.manifold : manifold-delegation gradle dependency to your build.gradle file:

implementation 'systems.manifold:manifold-delegation:2023.1.18'

Gradle Kotlin DSL: Add the following systems.manifold : manifold-delegation gradle kotlin dependency to your build.gradle.kts file:

implementation("systems.manifold:manifold-delegation:2023.1.18")

How to add a dependency to SBT Scala

SBT Scala: Add the following systems.manifold : manifold-delegation sbt scala dependency to your build.sbt file:

libraryDependencies += "systems.manifold" % "manifold-delegation" % "2023.1.18"

Advertisement