Registry / utility / shrinkwrap-impl-base

shrinkwrap-impl-base

JSON →
library1.2.6javamavenunverified

ShrinkWrap Impl Base provides common base classes for implementing the ShrinkWrap archive manipulation API.

<dependency> <groupId>org.jboss.shrinkwrap</groupId> <artifactId>shrinkwrap-impl-base</artifactId> <version>1.2.6</version> </dependency>
INSTALL
IMPORT
SIG · SHRINKWRAP-IMPL-BA
S
shrinkwrap-impl-base
utilityjavav1.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

Create a simple Java archive using ShrinkWrap.

import org.jboss.shrinkwrap.api.ShrinkWrap; import org.jboss.shrinkwrap.api.spec.JavaArchive; JavaArchive archive = ShrinkWrap.create(JavaArchive.class, "myarchive.jar"); 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
4 hits · last 30 days
node
4
Resources
shrinkwrap-impl-base — mvn dependency:get shrinkwrap-impl-base · libregistry