Last Version

Executable WARs 0.3

The Executable WARs is a library and a Maven plugin that makes it possible to create web applications that can be run from the command line or deployed in a container.

License

License

Apache
Categories

Categories

Net
GroupId

GroupId

net.nisgits.executablewar
ArtifactId

ArtifactId

executable-war
Version

Version

0.3
Type

Type

pom
Description

Description

Executable WARs
The Executable WARs is a library and a Maven plugin that makes it possible to create web applications that can be run from the command line or deployed in a container.
Source Code Management

Source Code Management

http://github.com/stigkj/executable-war

Download executable-war 0.3

Filename Size
executable-war-0.3.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/net.nisgits.executablewar/executable-war/ -->
<dependency>
    <groupId>net.nisgits.executablewar</groupId>
    <artifactId>executable-war</artifactId>
    <version>0.3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.nisgits.executablewar/executable-war/
implementation 'net.nisgits.executablewar:executable-war:0.3'
// https://jarcasting.com/artifacts/net.nisgits.executablewar/executable-war/
implementation ("net.nisgits.executablewar:executable-war:0.3")
'net.nisgits.executablewar:executable-war:pom:0.3'
<dependency org="net.nisgits.executablewar" name="executable-war" rev="0.3">
  <artifact name="executable-war" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.nisgits.executablewar', module='executable-war', version='0.3')
)
libraryDependencies += "net.nisgits.executablewar" % "executable-war" % "0.3"
[net.nisgits.executablewar/executable-war "0.3"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.7

Project Modules

  • executable-war-library
  • maven-executable-war-plugin