runjar-boot

Simple wrapper for executable java archives

License

License

Categories

Categories

Net
GroupId

GroupId

net.kozelka.runjar
ArtifactId

ArtifactId

runjar-boot
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

runjar-boot
Simple wrapper for executable java archives

Download runjar-boot

How to add to project

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

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.

RUNJAR

Build Status

Helps you simply create runnable Java archives. You know, those you can run like this:

java -jar my-cool-application.jar --foo bar

and then all the cool things happen.

Versions

Version
0.1.0