capsule

Simple Java deployment

License

License

Categories

Categories

Capsule Build Tools Distribution
GroupId

GroupId

co.paralleluniverse
ArtifactId

ArtifactId

capsule
Last Version

Last Version

1.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

capsule
Simple Java deployment
Project URL

Project URL

https://github.com/puniverse/capsule
Source Code Management

Source Code Management

https://github.com/puniverse/capsule

Download capsule

How to add to project

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

Dependencies

test (5)

Group / Artifact Type Version
junit : junit jar 4.12
co.paralleluniverse : capsule-util jar 1.0.3
org.jooq : joor jar 0.9.6
org.truth0 : truth jar 0.23
com.google.jimfs : jimfs jar 1.1

Project Modules

There are no modules declared in this project.

Capsule
Dead-Simple Packaging and Deployment for JVM Applications

Build Status Coverage Dependency Status Version License

Capsule is a packaging and deployment tool for JVM applications. A capsule is a single executable JAR that contains everything your application needs to run either in the form of embedded files or as declarative metadata. It can contain your JAR artifacts, your dependencies and resources, native libraries, the require JRE version, the JVM flags required to run the application well, Java or native agents and more. In short, a capsule is a self-contained JAR that knows everything there is to know about how to run your application the way it's meant to run.

One way of thinking about a capsule is as a fat JAR on steroids (that also allows native libraries and never interferes with your dependencies) and a declarative startup script rolled into one; another, is to see it is as the deploy-time counterpart to your build tool. Just as a build tool manages your build, Capsule manages the launching of your application.

But while plain capsules are cool and let you ship any JVM application -- no matter how complex -- as a single executable JAR, caplets make capsules even more powerful.

Documentation

Capsule website

Support

Discuss Capsule on the capsule-user Google Group/Mailing List

Getting Started

Download

or:

co.paralleluniverse:capsule:1.0.3

or:

Clone the repository and

gradle install

License

Copyright (c) 2014-2016, Parallel Universe Software Co. and Contributors. All rights reserved.

This program and the accompanying materials are licensed under the terms
of the Eclipse Public License v1.0 as published by the Eclipse Foundation.

    http://www.eclipse.org/legal/epl-v10.html

As Capsule does not link in any way with any of the code bundled in the JAR file, and simply treats it as raw data, Capsule is no different from a self-extracting ZIP file (especially as manually unzipping and examining the JAR's contents is extremely easy). Capsule's own license, therefore, does not interfere with the licensing of the bundled software.

In particular, even though Capsule's license is incompatible with the GPL/LGPL, it is permitted to distribute GPL programs packaged as capsules, as Capsule is simply a packaging medium and an activation script, and does not restrict access to the packaged GPL code. Capsule does not add any capability to, nor removes any from the bundled application. It therefore falls under the definition of an "aggregate" in the GPL's terminology.

co.paralleluniverse

Parallel Universe

Versions

Version
1.0.3
1.0.2
1.0.1
1.0
1.0-rc1
0.10.0
0.9.0
0.8.0
0.7.1
0.7.0
0.6.1
0.6.0
0.5.0
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.0