MVN

com.junichi11.netbeans.modules : netbeans-backlog

Maven & Gradle

Jun 21, 2020
14 stars

Backlog Support · This plugin provides support for <a href ="http://backlogtool.com/?lang=1">backlog</a>. <h2>Features</h2> <ul> <li>Add an issue</li> <li>Update an issue</li> <li>Create queries</li> <li>Find issues</li> <li>Schedules</li> </ul> <h2>Resources</h2> <ul> <li><a href="https://github.com/junichi11/netbeans-backlog-plugin">https://github.com/junichi11/netbeans-backlog-plugin</a></li> <li><a href="https://github.com/nulab/backlog4j">Backlog4j</a></li> </ul>

<dependency>
    <groupId>com.junichi11.netbeans.modules</groupId>
    <artifactId>netbeans-backlog</artifactId>
    <version>0.9.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.junichi11.netbeans.modules : netbeans-backlog to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.0

All Versions

Choose a version of com.junichi11.netbeans.modules : netbeans-backlog to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
netbeans-backlog-0.9.0

How to add a dependency to Maven

Add the following com.junichi11.netbeans.modules : netbeans-backlog maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.junichi11.netbeans.modules</groupId>
    <artifactId>netbeans-backlog</artifactId>
    <version>0.9.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.junichi11.netbeans.modules : netbeans-backlog gradle dependency to your build.gradle file:

implementation 'com.junichi11.netbeans.modules:netbeans-backlog:0.9.0'

Gradle Kotlin DSL: Add the following com.junichi11.netbeans.modules : netbeans-backlog gradle kotlin dependency to your build.gradle.kts file:

implementation("com.junichi11.netbeans.modules:netbeans-backlog:0.9.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.junichi11.netbeans.modules : netbeans-backlog sbt scala dependency to your build.sbt file:

libraryDependencies += "com.junichi11.netbeans.modules" % "netbeans-backlog" % "0.9.0"