Maven NSIS Plugin

A plugin to generate Win32 installer programs using NSIS

Categories

Categories

Maven Build Tools
GroupId

GroupId

maven
ArtifactId

ArtifactId

maven-nsis-plugin
Last Version

Last Version

2.1
Release Date

Release Date

Type

Type

jar
Description

Description

Maven NSIS Plugin
A plugin to generate Win32 installer programs using NSIS
Project URL

Project URL

http://maven.apache.org/maven-1.x/plugins/nsis/
Project Organization

Project Organization

Apache Software Foundation
Source Code Management

Source Code Management

http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/nsis/

Download maven-nsis-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/maven/maven-nsis-plugin/ -->
<dependency>
    <groupId>maven</groupId>
    <artifactId>maven-nsis-plugin</artifactId>
    <version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/maven/maven-nsis-plugin/
implementation 'maven:maven-nsis-plugin:2.1'
// https://jarcasting.com/artifacts/maven/maven-nsis-plugin/
implementation ("maven:maven-nsis-plugin:2.1")
'maven:maven-nsis-plugin:jar:2.1'
<dependency org="maven" name="maven-nsis-plugin" rev="2.1">
  <artifact name="maven-nsis-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven', module='maven-nsis-plugin', version='2.1')
)
libraryDependencies += "maven" % "maven-nsis-plugin" % "2.1"
[maven/maven-nsis-plugin "2.1"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

Versions

Version
2.1
2.0
1.1
1.0