文件下载
文件名 操作
org-netbeans-modules-tasklist-ui-RELEASE230.jar 下载
org-netbeans-modules-tasklist-ui-RELEASE230.pom 下载
org-netbeans-modules-tasklist-ui-RELEASE230-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.netbeans.modules</groupId>
  <artifactId>org-netbeans-modules-tasklist-ui</artifactId>
  <version>RELEASE230</version>
</dependency>
Gradle Groovy
implementation 'org.netbeans.modules:org-netbeans-modules-tasklist-ui:RELEASE230'
Gradle Kotlin
implementation("org.netbeans.modules:org-netbeans-modules-tasklist-ui:RELEASE230")
Scala SBT
libraryDependencies += "org.netbeans.modules" % "org-netbeans-modules-tasklist-ui" % "RELEASE230"
Groovy Grape
@Grapes(
  @Grab(group='org.netbeans.modules', module='org-netbeans-modules-tasklist-ui', version='RELEASE230')
)
Apache Ivy
<dependency org="org.netbeans.modules" name="org-netbeans-modules-tasklist-ui" rev="RELEASE230" />
Leiningen
[org.netbeans.modules/org-netbeans-modules-tasklist-ui "RELEASE230"]
Apache Buildr
'org.netbeans.modules:org-netbeans-modules-tasklist-ui:jar:RELEASE230'