Registry / testing / shrinkwrap-api

shrinkwrap-api

JSON →
library1.2.6javamavenunverified

Client View of the ShrinkWrap Project, providing an API for creating and manipulating Java archives.

<dependency> <groupId>org.jboss.shrinkwrap</groupId> <artifactId>shrinkwrap-api</artifactId> <version>1.2.6</version> </dependency>
INSTALL
IMPORT
SIG · SHRINKWRAP-API
S
shrinkwrap-api
testingjavav1.2.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ShrinkWrap
org.jboss.shrinkwrap.api.ShrinkWrap

Creating a Java archive using ShrinkWrap API.

import org.jboss.shrinkwrap.api.ShrinkWrap; import org.jboss.shrinkwrap.api.spec.JavaArchive; public class Example { public static void main(String[] args) { JavaArchive archive = ShrinkWrap.create(JavaArchive.class, "example.jar"); archive.addClass(String.class); System.out.println("Archive created: " + archive.getName()); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
shrinkwrap-api — mvn dependency:get shrinkwrap-api · libregistry