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
Latest activity
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 |
Artifacts
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
Releases 40
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 |
|
39 | 1.2.5 view blog view tag | 2016-06-07 | Andrew Lee Rubinger |
|
38 | 1.2.4 view blog view tag | 2016-06-02 | Andrew Lee Rubinger |
|
37 | 1.2.3 view blog view tag | 2015-10-24 | Aslak Knutsen |
|
36 | 1.2.2 view blog view tag | 2014-03-25 | Andrew Lee Rubinger |
|
35 | 1.2.1 view blog view tag | 2013-12-05 | Andrew Lee Rubinger |
|
34 | 1.2.0 view blog view tag | 2013-08-07 | Andrew Lee Rubinger |
|
33 | 1.1.3 view blog view tag | 2013-07-12 | Andrew Lee Rubinger |
|
32 | 1.1.2 view blog view tag | 2013-03-07 | Andrew Lee Rubinger |
|
31 | 1.1.1 view blog view tag | 2013-01-30 | Andrew Lee Rubinger |
|
30 | 1.1.1-alpha-2 view blog view tag | 2012-11-06 | Andrew Lee Rubinger |
|
29 | 1.1.1-alpha-1 view blog view tag | 2012-10-30 | Andrew Lee Rubinger |
|
28 | 1.1.0 view blog view tag | 2012-10-02 | Andrew Lee Rubinger |
|
27 | 1.1.0-alpha-4 view blog view tag | 2012-08-16 | Andrew Lee Rubinger |
|
26 | 1.1.0-alpha-3 view blog view tag | 2012-08-06 | Andrew Lee Rubinger |
|
25 | 1.0.1 view blog view tag | 2012-05-31 | Andrew Lee Rubinger |
|
24 | 1.1.0-alpha-2 view blog view tag | 2012-05-10 | Andrew Lee Rubinger |
|
23 | 1.1.0-alpha-1 view blog view tag | 2012-04-03 | Andrew Lee Rubinger |
|
22 | 1.0.0 view blog view tag | 2012-04-03 | Andrew Lee Rubinger |
|
21 | 1.0.0-cr-3 view blog view tag | 2012-02-09 | Andrew Lee Rubinger |
|
20 | 1.0.0-cr-2 view blog view tag | 2011-12-15 | Andrew Lee Rubinger |
|
19 | 1.0.0-cr-1 view blog view tag | 2011-10-01 | Andrew Lee Rubinger |
|
18 | 1.0.0-beta-6 view blog view tag | 2011-09-22 | Andrew Lee Rubinger |
|
17 | 1.0.0-beta-5 view blog view tag | 2011-07-26 | Andrew Lee Rubinger |
|
16 | 1.0.0-beta-4 view blog view tag | 2011-07-16 | Andrew Lee Rubinger |
|
15 | 1.0.0-beta-3 view blog view tag | 2011-06-20 | Andrew Lee Rubinger |
|
14 | 1.0.0-beta-2 view blog view tag | 2011-05-18 | Andrew Lee Rubinger |
|
13 | 1.0.0-beta-1 view blog view tag | 2011-05-13 | Andrew Lee Rubinger |
|
12 | 1.0.0-alpha-13 view blog view tag | 2011-04-27 | Andrew Lee Rubinger |
|
11 | 1.0.0-alpha-12 view blog view tag | 2011-03-10 | Andrew Lee Rubinger |
|
10 | 1.0.0-alpha-11 view tag | 2010-07-18 | Andrew Lee Rubinger |
|
9 | 1.0.0-alpha-10 view tag | 2010-06-01 | Andrew Lee Rubinger |
|
8 | 1.0.0-alpha-9 view tag | 2010-04-21 | Andrew Lee Rubinger |
|
7 | 1.0.0-alpha-8 view tag | 2010-04-21 | Andrew Lee Rubinger |
|
6 | 1.0.0-alpha-7 view tag | 2010-03-29 | Andrew Lee Rubinger |
|
5 | 1.0.0-alpha-6 view tag | 2010-02-23 | Andrew Lee Rubinger |
|
4 | 1.0.0-alpha-5 view tag | 2010-02-08 | Andrew Lee Rubinger |
|
3 | 1.0.0-alpha-4 view tag | 2010-01-27 | Andrew Lee Rubinger |
|
2 | 1.0.0-alpha-3 view tag | 2009-12-29 | Andrew Lee Rubinger |
|
1 | 1.0.0-alpha-2 view tag | 2009-11-15 | Andrew Lee Rubinger |
|