MVN

com.igormaznitsa : mind-map-swing-panel

Maven & Gradle

Jul 22, 2023
1 usages
379 stars

Scia Reto mind map swing panel · Swing based panel to show and interact with mind map

<dependency>
    <groupId>com.igormaznitsa</groupId>
    <artifactId>mind-map-swing-panel</artifactId>
    <version>1.6.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.igormaznitsa : mind-map-swing-panel to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.4

All Versions

Choose a version of com.igormaznitsa : mind-map-swing-panel to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
mind-map-swing-panel-1.6.4
mind-map-swing-panel-1.6.3
mind-map-swing-panel-1.6.2
mind-map-swing-panel-1.6.1
mind-map-swing-panel-1.6.0
1.5.x
mind-map-swing-panel-1.5.2
mind-map-swing-panel-1.5.1
mind-map-swing-panel-1.5.0
1.4.x
mind-map-swing-panel-1.4.11
mind-map-swing-panel-1.4.10
mind-map-swing-panel-1.4.9
mind-map-swing-panel-1.4.8
mind-map-swing-panel-1.4.7
mind-map-swing-panel-1.4.6
mind-map-swing-panel-1.4.4
mind-map-swing-panel-1.4.3
CVE-2018-1000542
mind-map-swing-panel-1.4.2
CVE-2018-1000542
mind-map-swing-panel-1.4.1
CVE-2018-1000542
mind-map-swing-panel-1.4.0
CVE-2018-1000542
1.3.x
mind-map-swing-panel-1.3.0
CVE-2018-1000542
1.2.x
mind-map-swing-panel-1.2.0
CVE-2018-1000542

How to add a dependency to Maven

Add the following com.igormaznitsa : mind-map-swing-panel maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.igormaznitsa</groupId>
    <artifactId>mind-map-swing-panel</artifactId>
    <version>1.6.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.igormaznitsa : mind-map-swing-panel gradle dependency to your build.gradle file:

implementation 'com.igormaznitsa:mind-map-swing-panel:1.6.4'

Gradle Kotlin DSL: Add the following com.igormaznitsa : mind-map-swing-panel gradle kotlin dependency to your build.gradle.kts file:

implementation("com.igormaznitsa:mind-map-swing-panel:1.6.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.igormaznitsa : mind-map-swing-panel sbt scala dependency to your build.sbt file:

libraryDependencies += "com.igormaznitsa" % "mind-map-swing-panel" % "1.6.4"