NetBeans module harness Ant tasks

Custom Ant tasks used in NetBeans module development harness.

License

License

Common Development And Distribution License (CDDL) Version 1.0
GNU General Public License Version 2 with classpath exception
Categories

Categories

NetBeans Development Tools IDE Net
GroupId

GroupId

org.netbeans.nbbuild
ArtifactId

ArtifactId

tasks
Last Version

Last Version

6.7
Release Date

Release Date

Type

Type

jar
Description

Description

NetBeans module harness Ant tasks
Custom Ant tasks used in NetBeans module development harness.
Source Code Management

Source Code Management

http://hg.netbeans.org/release67/file/39160ac5d2e3/nbbuild

Download tasks

Filename Size
tasks-6.7.pom
tasks-6.7.jar 489 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/org.netbeans.nbbuild/tasks/ -->
<dependency>
    <groupId>org.netbeans.nbbuild</groupId>
    <artifactId>tasks</artifactId>
    <version>6.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.netbeans.nbbuild/tasks/
implementation 'org.netbeans.nbbuild:tasks:6.7'
// https://jarcasting.com/artifacts/org.netbeans.nbbuild/tasks/
implementation ("org.netbeans.nbbuild:tasks:6.7")
'org.netbeans.nbbuild:tasks:jar:6.7'
<dependency org="org.netbeans.nbbuild" name="tasks" rev="6.7">
  <artifact name="tasks" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.netbeans.nbbuild', module='tasks', version='6.7')
)
libraryDependencies += "org.netbeans.nbbuild" % "tasks" % "6.7"
[org.netbeans.nbbuild/tasks "6.7"]

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.ant : ant jar 1.7.1

Project Modules

There are no modules declared in this project.

Versions

Version
6.7
6.0
5.5
5.0