Categories |
CategoriesNetBeans Development Tools IDE Net ORM Data |
---|---|
GroupId | GroupIdorg.codehaus.mojo.archetypes |
ArtifactId | ArtifactIdnetbeans-platform-app-archetype |
Version | Version1.0.2 |
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.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"]