is not current version
Last Version 1.20

org.codehaus.mojo.archetypes:netbeans-platform-app-archetype 1.0.2

Archetype for sample application based on NetBeans platform. Creates parent pom with branding and empty NBM project.

Categories

Categories

NetBeans Development Tools IDE Net ORM Data
GroupId

GroupId

org.codehaus.mojo.archetypes
ArtifactId

ArtifactId

netbeans-platform-app-archetype
Version

Version

1.0.2
Type

Type

jar

Download netbeans-platform-app-archetype 1.0.2


<!-- https://jarcasting.com/artifacts/org.codehaus.mojo.archetypes/netbeans-platform-app-archetype/ -->
<dependency>
    <groupId>org.codehaus.mojo.archetypes</groupId>
    <artifactId>netbeans-platform-app-archetype</artifactId>
    <version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.codehaus.mojo.archetypes/netbeans-platform-app-archetype/
implementation 'org.codehaus.mojo.archetypes:netbeans-platform-app-archetype:1.0.2'
// https://jarcasting.com/artifacts/org.codehaus.mojo.archetypes/netbeans-platform-app-archetype/
implementation ("org.codehaus.mojo.archetypes:netbeans-platform-app-archetype:1.0.2")
'org.codehaus.mojo.archetypes:netbeans-platform-app-archetype:jar:1.0.2'
<dependency org="org.codehaus.mojo.archetypes" name="netbeans-platform-app-archetype" rev="1.0.2">
  <artifact name="netbeans-platform-app-archetype" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.codehaus.mojo.archetypes', module='netbeans-platform-app-archetype', version='1.0.2')
)
libraryDependencies += "org.codehaus.mojo.archetypes" % "netbeans-platform-app-archetype" % "1.0.2"
[org.codehaus.mojo.archetypes/netbeans-platform-app-archetype "1.0.2"]