MVN

de.funfried.netbeans.plugins : nb-editor-close-left-right

Maven & Gradle

Aug 10, 2023
10 stars

Close Editor Tabs Left and Right · This plugin helps you to easily close unused or unwanted editor tabs. Instead of either close all tabs or all tabs except the currently selected you can also close the tabs right or left, the ones either belong or not belong to the project from the context menu of a selected tab at once or even all tabs that have not been changed since the last commit to your version control system (Git, SVN and Mercurial supported).

<dependency>
    <groupId>de.funfried.netbeans.plugins</groupId>
    <artifactId>nb-editor-close-left-right</artifactId>
    <version>1.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.funfried.netbeans.plugins : nb-editor-close-left-right to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.4

All Versions

Choose a version of de.funfried.netbeans.plugins : nb-editor-close-left-right to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
nb-editor-close-left-right-1.0.4
nb-editor-close-left-right-1.0.3
nb-editor-close-left-right-1.0.2
nb-editor-close-left-right-1.0.1
nb-editor-close-left-right-1.0.0

How to add a dependency to Maven

Add the following de.funfried.netbeans.plugins : nb-editor-close-left-right maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.funfried.netbeans.plugins</groupId>
    <artifactId>nb-editor-close-left-right</artifactId>
    <version>1.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.funfried.netbeans.plugins : nb-editor-close-left-right gradle dependency to your build.gradle file:

implementation 'de.funfried.netbeans.plugins:nb-editor-close-left-right:1.0.4'

Gradle Kotlin DSL: Add the following de.funfried.netbeans.plugins : nb-editor-close-left-right gradle kotlin dependency to your build.gradle.kts file:

implementation("de.funfried.netbeans.plugins:nb-editor-close-left-right:1.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.funfried.netbeans.plugins : nb-editor-close-left-right sbt scala dependency to your build.sbt file:

libraryDependencies += "de.funfried.netbeans.plugins" % "nb-editor-close-left-right" % "1.0.4"

Advertisement