| Categories | 
                CategoriesNetBeans Development Tools IDE Net | 
        
|---|---|
| GroupId | GroupIdit.tidalwave.netbeans.boot | 
    
| ArtifactId | ArtifactIdnetbeans-boot | 
    
| Version | Version1.0-ALPHA-1 | 
        
| Type | Typejar | 
    
| Filename | Size | 
|---|---|
| netbeans-boot-1.0-ALPHA-1.pom | 3 KB | 
| netbeans-boot-1.0-ALPHA-1-tests.jar | 2 KB | 
| netbeans-boot-1.0-ALPHA-1-project.tar.gz | 2 MB | 
| netbeans-boot-1.0-ALPHA-1-bin.tar.gz | 579 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/it.tidalwave.netbeans.boot/netbeans-boot/ -->
<dependency>
    <groupId>it.tidalwave.netbeans.boot</groupId>
    <artifactId>netbeans-boot</artifactId>
    <version>1.0-ALPHA-1</version>
</dependency>
                // https://jarcasting.com/artifacts/it.tidalwave.netbeans.boot/netbeans-boot/
implementation 'it.tidalwave.netbeans.boot:netbeans-boot:1.0-ALPHA-1'
                // https://jarcasting.com/artifacts/it.tidalwave.netbeans.boot/netbeans-boot/
implementation ("it.tidalwave.netbeans.boot:netbeans-boot:1.0-ALPHA-1")
                'it.tidalwave.netbeans.boot:netbeans-boot:jar:1.0-ALPHA-1'
                <dependency org="it.tidalwave.netbeans.boot" name="netbeans-boot" rev="1.0-ALPHA-1">
  <artifact name="netbeans-boot" type="jar" />
</dependency>
                @Grapes(
@Grab(group='it.tidalwave.netbeans.boot', module='netbeans-boot', version='1.0-ALPHA-1')
)
                libraryDependencies += "it.tidalwave.netbeans.boot" % "netbeans-boot" % "1.0-ALPHA-1"
                [it.tidalwave.netbeans.boot/netbeans-boot "1.0-ALPHA-1"]