ShrinkWrap

ShrinkWrap Shrinkwrap

Java API for Archive Manipulation

What is ShrinkWrap?

ShrinkWrap is the simplest way to create archives in Java. Using the fluent and intuitive ShrinkWrap API, developers may assemble JARs, WARs, and EARs to be deployed directly by Arquillian during testing.

Type

Shrinkwrap

Source repository

VCS
git
Host
github.com
Organization
shrinkwrap
Web URL
shrinkwrap
Clone URL
shrinkwrap.git

14 commits since the last release.

Last commit to the master branch:

#117 Clean up unnecessary imports
Authored by Andrew Lee Rubinger, committed on 2018-02-17

Build dependency management artifact

Add the following stanza to the <dependencies> element within the <dependencyManagement> element in your pom.xml:

<dependency>
  <groupId>org.jboss.shrinkwrap</groupId>
  <artifactId>shrinkwrap-bom</artifactId>
  <version>1.2.6</version>
  <type>pom</type>
  <scope>import</scope>
</dependency>

Build dependency chain artifact

Add the appropriate stanza to the <dependencies> element in your pom.xml:

ShrinkWrap Dependency Chain

<dependency>
  <groupId>org.jboss.shrinkwrap</groupId>
  <artifactId>shrinkwrap-depchain</artifactId>
  <type>pom</type>
  <scope>test</scope>
</dependency>

ShrinkWrap Dependency Chain for Java7 Environments

<dependency>
  <groupId>org.jboss.shrinkwrap</groupId>
  <artifactId>shrinkwrap-depchain-java7</artifactId>
  <type>pom</type>
  <scope>test</scope>
</dependency>

Latest published artifacts

  • org.jboss.shrinkwrap:shrinkwrap-api:jar:1.2.6 jar javadoc pom
  • org.jboss.shrinkwrap:shrinkwrap-api-nio2:jar:1.2.6 jar javadoc pom
  • org.jboss.shrinkwrap:shrinkwrap-bom:pom:1.2.6 pom
  • org.jboss.shrinkwrap:shrinkwrap-depchain:pom:1.2.6 pom
  • org.jboss.shrinkwrap:shrinkwrap-depchain-java7:pom:1.2.6 pom
  • org.jboss.shrinkwrap:shrinkwrap-impl-base:jar:1.2.6 jar javadoc pom
  • org.jboss.shrinkwrap:shrinkwrap-impl-nio2:jar:1.2.6 jar javadoc pom
  • org.jboss.shrinkwrap:shrinkwrap-spi:jar:1.2.6 jar javadoc pom
Note: Most released artifacts are published to the Maven Central repository. Those that cannot are published to the JBoss Community repository.
# Version Release date Released by Compiled against
40 1.2.6 view blog   view tag 2016-06-18 Andrew Lee Rubinger
  • JUnit – 4.8.2
39 1.2.5 view blog   view tag 2016-06-07 Andrew Lee Rubinger
  • JUnit – 4.8.2
38 1.2.4 view blog   view tag 2016-06-02 Andrew Lee Rubinger
  • JUnit – 4.8.2
37 1.2.3 view blog   view tag 2015-10-24 Aslak Knutsen
  • JUnit – 4.8.2
36 1.2.2 view blog   view tag 2014-03-25 Andrew Lee Rubinger
  • JUnit – 4.8.2
35 1.2.1 view blog   view tag 2013-12-05 Andrew Lee Rubinger
  • JUnit – 4.8.2
34 1.2.0 view blog   view tag 2013-08-07 Andrew Lee Rubinger
  • JUnit – 4.8.2
33 1.1.3 view blog   view tag 2013-07-12 Andrew Lee Rubinger
  • JUnit – 4.8.2
32 1.1.2 view blog   view tag 2013-03-07 Andrew Lee Rubinger
  • JUnit – 4.8.2
31 1.1.1 view blog   view tag 2013-01-30 Andrew Lee Rubinger
  • JUnit – 4.8.2
30 1.1.1-alpha-2 view blog   view tag 2012-11-06 Andrew Lee Rubinger
  • JUnit – 4.8.2
29 1.1.1-alpha-1 view blog   view tag 2012-10-30 Andrew Lee Rubinger
  • JUnit – 4.8.2
28 1.1.0 view blog   view tag 2012-10-02 Andrew Lee Rubinger
  • JUnit – 4.8.2
27 1.1.0-alpha-4 view blog   view tag 2012-08-16 Andrew Lee Rubinger
  • JUnit – 4.8.2
26 1.1.0-alpha-3 view blog   view tag 2012-08-06 Andrew Lee Rubinger
  • JUnit – 4.8.2
25 1.0.1 view blog   view tag 2012-05-31 Andrew Lee Rubinger
  • JUnit – 4.8.2
24 1.1.0-alpha-2 view blog   view tag 2012-05-10 Andrew Lee Rubinger
  • JUnit – 4.8.2
23 1.1.0-alpha-1 view blog   view tag 2012-04-03 Andrew Lee Rubinger
  • JUnit – 4.8.2
22 1.0.0 view blog   view tag 2012-04-03 Andrew Lee Rubinger
  • JUnit – 4.8.2
21 1.0.0-cr-3 view blog   view tag 2012-02-09 Andrew Lee Rubinger
  • JUnit – 4.8.2
20 1.0.0-cr-2 view blog   view tag 2011-12-15 Andrew Lee Rubinger
  • JUnit – 4.8.2
19 1.0.0-cr-1 view blog   view tag 2011-10-01 Andrew Lee Rubinger
  • JUnit – 4.8.2
18 1.0.0-beta-6 view blog   view tag 2011-09-22 Andrew Lee Rubinger
  • JUnit – 4.8.2
17 1.0.0-beta-5 view blog   view tag 2011-07-26 Andrew Lee Rubinger
  • JUnit – 4.8.2
16 1.0.0-beta-4 view blog   view tag 2011-07-16 Andrew Lee Rubinger
  • JUnit – 4.8.2
15 1.0.0-beta-3 view blog   view tag 2011-06-20 Andrew Lee Rubinger
  • JUnit – 4.8.2
14 1.0.0-beta-2 view blog   view tag 2011-05-18 Andrew Lee Rubinger
  • JUnit – 4.8.2
13 1.0.0-beta-1 view blog   view tag 2011-05-13 Andrew Lee Rubinger
  • JUnit – 4.8.2
12 1.0.0-alpha-13 view blog   view tag 2011-04-27 Andrew Lee Rubinger
  • JUnit – 4.8.2
11 1.0.0-alpha-12 view blog   view tag 2011-03-10 Andrew Lee Rubinger
  • JUnit – 4.6
10 1.0.0-alpha-11 view tag 2010-07-18 Andrew Lee Rubinger
  • JUnit – 4.6
9 1.0.0-alpha-10 view tag 2010-06-01 Andrew Lee Rubinger
  • JUnit – 4.6
8 1.0.0-alpha-9 view tag 2010-04-21 Andrew Lee Rubinger
  • JUnit – 4.6
7 1.0.0-alpha-8 view tag 2010-04-21 Andrew Lee Rubinger
  • JUnit – 4.6
6 1.0.0-alpha-7 view tag 2010-03-29 Andrew Lee Rubinger
  • JUnit – 4.6
5 1.0.0-alpha-6 view tag 2010-02-23 Andrew Lee Rubinger
  • JUnit – 4.6
4 1.0.0-alpha-5 view tag 2010-02-08 Andrew Lee Rubinger
  • JUnit – 4.6
3 1.0.0-alpha-4 view tag 2010-01-27 Andrew Lee Rubinger
  • JUnit – 4.6
2 1.0.0-alpha-3 view tag 2009-12-29 Andrew Lee Rubinger
  • JUnit – 4.6
1 1.0.0-alpha-2 view tag 2009-11-15 Andrew Lee Rubinger
  • JUnit – 4.6
Andrew Lee Rubinger Andrew Lee Rubinger
Aslak Knutsen Aslak Knutsen
John Bailey John Bailey
Ken Gullaksen Ken Gullaksen
Dan Allen Dan Allen
Chris Wash Chris Wash
Jean Deruelle Jean Deruelle
Karel Piwko Karel Piwko
Carlo De Wolf Carlo De Wolf
Davide D'alto Davide D'alto
Ivan Pazmino Ivan Pazmino
Samuel Santos Samuel Santos
Tommy Tynjä Tommy Tynjä
David Hosier David Hosier
Marek Schmidt Marek Schmidt
Michal Huniewicz Michal Huniewicz
Tom Hintz Tom Hintz
Eric Lefevre-ardant Eric Lefevre-ardant
Marek Goldmann Marek Goldmann
Ralf Battenfeld Ralf Battenfeld
Pedro Kowalski Pedro Kowalski
Norman Maurer
Michal Matloka Michal Matloka
Vineet Reynolds Vineet Reynolds
Tomas Hradec Tomas Hradec
Patrick Huy Patrick Huy
Immortius Immortius
Mathieu Dulac Mathieu Dulac
Tair Sabirgaliev Tair Sabirgaliev
Hiram Chirino Hiram Chirino
Pawan Dubey Pawan Dubey
Alex Soto Alex Soto
Bob Mcwhirter Bob Mcwhirter
Ken Finnigan Ken Finnigan
Andy Gumbrecht Andy Gumbrecht
Bartosz Majsak Bartosz Majsak
Falko Modler Falko Modler