Registry / testing / shrinkwrap-spi

shrinkwrap-spi

JSON →
library1.2.6javamavenunverified

Generic Service Provider Contract for the ShrinkWrap project, enabling custom archive implementations.

<dependency> <groupId>org.jboss.shrinkwrap</groupId> <artifactId>shrinkwrap-spi</artifactId> <version>1.2.6</version> </dependency>
INSTALL
IMPORT
SIG · SHRINKWRAP-SPI
S
shrinkwrap-spi
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.

Archive
org.jboss.shrinkwrap.spi.Archive

Minimal implementation of the Archive SPI interface.

import org.jboss.shrinkwrap.spi.Archive; public class Example { public static void main(String[] args) { Archive<?> archive = new Archive<>() { @Override public String getName() { return "example.jar"; } }; } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

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