dcaoyuan / nbsbt   1.1.4

GitHub

Plugin for sbt to create Netbeans project definition.

nbsbt-plugin 1.1.4


Group ID:
org.netbeans.nbsbt
Artifact ID:
nbsbt-plugin
Version:
1.1.4
Release Date:
Dec 20, 2014
Licenses:
Files:

libraryDependencies += "org.netbeans.nbsbt" % "nbsbt-plugin" % "1.1.4"

Mill build tool

ivy"org.netbeans.nbsbt:nbsbt-plugin:1.1.4"

Scala CLI

//> using dep "org.netbeans.nbsbt:nbsbt-plugin:1.1.4"

Ammonite REPL

import $ivy.`org.netbeans.nbsbt:nbsbt-plugin:1.1.4`

<dependency>
  <groupId>org.netbeans.nbsbt</groupId>
  <artifactId>nbsbt-plugin</artifactId>
  <version>1.1.4</version>
</dependency>

compile group: 'org.netbeans.nbsbt', name: 'nbsbt-plugin', version: '1.1.4'