License |
License
Apache
|
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.nisgits.executablewar |
ArtifactId | ArtifactIdexecutable-war-library |
Version | Version0.3 |
Type | Typejar |
Description |
DescriptionLibrary used when creating 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.
|
<!-- https://jarcasting.com/artifacts/net.nisgits.executablewar/executable-war-library/ -->
<dependency>
<groupId>net.nisgits.executablewar</groupId>
<artifactId>executable-war-library</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/net.nisgits.executablewar/executable-war-library/
implementation 'net.nisgits.executablewar:executable-war-library:0.3'
// https://jarcasting.com/artifacts/net.nisgits.executablewar/executable-war-library/
implementation ("net.nisgits.executablewar:executable-war-library:0.3")
'net.nisgits.executablewar:executable-war-library:jar:0.3'
<dependency org="net.nisgits.executablewar" name="executable-war-library" rev="0.3">
<artifact name="executable-war-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.nisgits.executablewar', module='executable-war-library', version='0.3')
)
libraryDependencies += "net.nisgits.executablewar" % "executable-war-library" % "0.3"
[net.nisgits.executablewar/executable-war-library "0.3"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |