MVN

org.ow2.mind : mindoc

Maven & Gradle

Feb 16, 2012

Mind Documentation Generator · Document generator for MIND

<dependency>
    <groupId>org.ow2.mind</groupId>
    <artifactId>mindoc</artifactId>
    <version>1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.ow2.mind : mindoc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0
  • Latest Beta: 0.3-beta-1
  • Latest Alpha: 0.2-alpha-2

All Versions

Choose a version of org.ow2.mind : mindoc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0
mindoc-1.0
0.3
mindoc-0.3
mindoc-0.3-beta-1
0.2.x
mindoc-0.2.3
mindoc-0.2.2
0.2
mindoc-0.2
mindoc-0.2-alpha-2
mindoc-0.2-alpha-1
0.1
mindoc-0.1

How to add a dependency to Maven

Add the following org.ow2.mind : mindoc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.ow2.mind</groupId>
    <artifactId>mindoc</artifactId>
    <version>1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.ow2.mind : mindoc gradle dependency to your build.gradle file:

implementation 'org.ow2.mind:mindoc:1.0'

Gradle Kotlin DSL: Add the following org.ow2.mind : mindoc gradle kotlin dependency to your build.gradle.kts file:

implementation("org.ow2.mind:mindoc:1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.ow2.mind : mindoc sbt scala dependency to your build.sbt file:

libraryDependencies += "org.ow2.mind" % "mindoc" % "1.0"