| Categories |
CategoriesNetBeans Development Tools IDE Ant Build Tools Net |
|---|---|
| GroupId | GroupIdnetbeans |
| ArtifactId | ArtifactIdnbantext |
| Last Version | Last Version4.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCustom Ant targets for creating netbeans module files.
|
| Filename | Size |
|---|---|
| nbantext-4.0.pom | |
| nbantext-4.0.jar | 253 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/netbeans/nbantext/ -->
<dependency>
<groupId>netbeans</groupId>
<artifactId>nbantext</artifactId>
<version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/netbeans/nbantext/
implementation 'netbeans:nbantext:4.0'
// https://jarcasting.com/artifacts/netbeans/nbantext/
implementation ("netbeans:nbantext:4.0")
'netbeans:nbantext:jar:4.0'
<dependency org="netbeans" name="nbantext" rev="4.0">
<artifact name="nbantext" type="jar" />
</dependency>
@Grapes(
@Grab(group='netbeans', module='nbantext', version='4.0')
)
libraryDependencies += "netbeans" % "nbantext" % "4.0"
[netbeans/nbantext "4.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| ant : ant | jar | 1.6.2 |