| Categories | CategoriesNetBeans Development Tools IDE Net ORM Data | 
|---|---|
| GroupId | GroupIdorg.codehaus.mojo.archetypes | 
| ArtifactId | ArtifactIdnetbeans-platform-app-archetype | 
| Version | Version1.3-beta-1 | 
| Type | Typejar | 
<!-- 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.3-beta-1</version>
</dependency>// https://jarcasting.com/artifacts/org.codehaus.mojo.archetypes/netbeans-platform-app-archetype/
implementation 'org.codehaus.mojo.archetypes:netbeans-platform-app-archetype:1.3-beta-1'// https://jarcasting.com/artifacts/org.codehaus.mojo.archetypes/netbeans-platform-app-archetype/
implementation ("org.codehaus.mojo.archetypes:netbeans-platform-app-archetype:1.3-beta-1")'org.codehaus.mojo.archetypes:netbeans-platform-app-archetype:jar:1.3-beta-1'<dependency org="org.codehaus.mojo.archetypes" name="netbeans-platform-app-archetype" rev="1.3-beta-1">
  <artifact name="netbeans-platform-app-archetype" type="jar" />
</dependency>@Grapes(
@Grab(group='org.codehaus.mojo.archetypes', module='netbeans-platform-app-archetype', version='1.3-beta-1')
)libraryDependencies += "org.codehaus.mojo.archetypes" % "netbeans-platform-app-archetype" % "1.3-beta-1"[org.codehaus.mojo.archetypes/netbeans-platform-app-archetype "1.3-beta-1"]