is not current version
Last Version 2.0.0-beta-1

org.jboss.shrinkwrap:shrinkwrap-spi 1.2.3

Generic Service Provider Contract of the ShrinkWrap Project

Categories

Categories

JBoss Container Application Servers
GroupId

GroupId

org.jboss.shrinkwrap
ArtifactId

ArtifactId

shrinkwrap-spi
Version

Version

1.2.3
Type

Type

jar

Download shrinkwrap-spi 1.2.3


<!-- https://jarcasting.com/artifacts/org.jboss.shrinkwrap/shrinkwrap-spi/ -->
<dependency>
    <groupId>org.jboss.shrinkwrap</groupId>
    <artifactId>shrinkwrap-spi</artifactId>
    <version>1.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.jboss.shrinkwrap/shrinkwrap-spi/
implementation 'org.jboss.shrinkwrap:shrinkwrap-spi:1.2.3'
// https://jarcasting.com/artifacts/org.jboss.shrinkwrap/shrinkwrap-spi/
implementation ("org.jboss.shrinkwrap:shrinkwrap-spi:1.2.3")
'org.jboss.shrinkwrap:shrinkwrap-spi:jar:1.2.3'
<dependency org="org.jboss.shrinkwrap" name="shrinkwrap-spi" rev="1.2.3">
  <artifact name="shrinkwrap-spi" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jboss.shrinkwrap', module='shrinkwrap-spi', version='1.2.3')
)
libraryDependencies += "org.jboss.shrinkwrap" % "shrinkwrap-spi" % "1.2.3"
[org.jboss.shrinkwrap/shrinkwrap-spi "1.2.3"]