n

netbeans-github-issues

This plugin provides support for GitHub Issue Tracker.

Features

  • Create a new issue
  • Edit an issue
  • Create queries
  • Edit an issue comment
  • Delete an issue comment
  • Create a new pull request
  • Change an existing issue to a pull request
  • Search issues with issue number or keywords
  • Create a new label
  • Create a new milestone
  • Set a schedule for an issue
https://github.com/junichi11/netbeans-github-issues-plugin
Common Development and Distribution License (CDDL) v1.0 and GNU General Public License (GPL) v2
Junichi Yamamoto
文件下载
文件名 操作
netbeans-github-issues-0.6.0.jar 下载
netbeans-github-issues-0.6.0.pom 下载
Apache Maven
<dependency>
  <groupId>com.junichi11.netbeans.modules</groupId>
  <artifactId>netbeans-github-issues</artifactId>
  <version>0.6.0</version>
  <type>nbm</type>
</dependency>
Gradle Groovy
implementation 'com.junichi11.netbeans.modules:netbeans-github-issues:0.6.0'
Gradle Kotlin
implementation("com.junichi11.netbeans.modules:netbeans-github-issues:0.6.0")
Scala SBT
libraryDependencies += "com.junichi11.netbeans.modules" % "netbeans-github-issues" % "0.6.0"
Groovy Grape
@Grapes(
  @Grab(group='com.junichi11.netbeans.modules', module='netbeans-github-issues', version='0.6.0')
)
Apache Ivy
<dependency org="com.junichi11.netbeans.modules" name="netbeans-github-issues" rev="0.6.0" />
Leiningen
[com.junichi11.netbeans.modules/netbeans-github-issues "0.6.0"]
Apache Buildr
'com.junichi11.netbeans.modules:netbeans-github-issues:jar:0.6.0'