MVN

systems.manifold : manifold-docs

Maven & Gradle

Jan 31, 2018

Manifold :: Docs · The Documentation Project for Manifold

<dependency>
    <groupId>systems.manifold</groupId>
    <artifactId>manifold-docs</artifactId>
    <version>0.9-alpha</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.9-alpha
  • Latest Alpha: 0.9-alpha

All Versions

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

Version Vulnerabilities Updated
0.9
manifold-docs-0.9-alpha
0.8
manifold-docs-0.8-alpha
0.7
manifold-docs-0.7-alpha
0.6
manifold-docs-0.6-alpha
0.5
manifold-docs-0.5-alpha
0.4
manifold-docs-0.4-alpha
0.3
manifold-docs-0.3-alpha
0.2
manifold-docs-0.2-alpha
0.1
manifold-docs-0.1-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>systems.manifold</groupId>
    <artifactId>manifold-docs</artifactId>
    <version>0.9-alpha</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'systems.manifold:manifold-docs:0.9-alpha'

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

implementation("systems.manifold:manifold-docs:0.9-alpha")

How to add a dependency to SBT Scala

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

libraryDependencies += "systems.manifold" % "manifold-docs" % "0.9-alpha"

Advertisement