License |
License |
---|---|
Categories |
CategoriesNetBeans Development Tools IDE Net |
GroupId | GroupIdit.tidalwave.netbeans.boot |
ArtifactId | ArtifactIdnetbeans-boot |
Last Version | Last Version2.0-ALPHA-1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCapeCanaveral (master)
Launch tool for the NetBeans Platform.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
netbeans-boot-2.0-ALPHA-1.pom | 4 KB |
netbeans-boot-2.0-ALPHA-1-tests.jar | 2 KB |
netbeans-boot-2.0-ALPHA-1-project.tar.gz | 2 MB |
netbeans-boot-2.0-ALPHA-1-bin.tar.gz | 580 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/it.tidalwave.netbeans.boot/netbeans-boot/ -->
<dependency>
<groupId>it.tidalwave.netbeans.boot</groupId>
<artifactId>netbeans-boot</artifactId>
<version>2.0-ALPHA-1</version>
</dependency>
// https://jarcasting.com/artifacts/it.tidalwave.netbeans.boot/netbeans-boot/
implementation 'it.tidalwave.netbeans.boot:netbeans-boot:2.0-ALPHA-1'
// https://jarcasting.com/artifacts/it.tidalwave.netbeans.boot/netbeans-boot/
implementation ("it.tidalwave.netbeans.boot:netbeans-boot:2.0-ALPHA-1")
'it.tidalwave.netbeans.boot:netbeans-boot:jar:2.0-ALPHA-1'
<dependency org="it.tidalwave.netbeans.boot" name="netbeans-boot" rev="2.0-ALPHA-1">
<artifact name="netbeans-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='it.tidalwave.netbeans.boot', module='netbeans-boot', version='2.0-ALPHA-1')
)
libraryDependencies += "it.tidalwave.netbeans.boot" % "netbeans-boot" % "2.0-ALPHA-1"
[it.tidalwave.netbeans.boot/netbeans-boot "2.0-ALPHA-1"]