| License | License | 
|---|---|
| Categories | CategoriesPayara Container Application Servers | 
| GroupId | GroupIdfish.payara.arquillian | 
| ArtifactId | ArtifactIdparent-payara-containers | 
| Last Version | Last Version3.0.alpha6 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionArquillian Container Parent Payara Payara Container integrations for the Arquillian Project.
        Based on the JBoss GlassFish container integrations. | 
| Project URL | Project URL | 
| Filename | Size | 
|---|---|
| parent-payara-containers-3.0.alpha6.pom | 23 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/fish.payara.arquillian/parent-payara-containers/ -->
<dependency>
    <groupId>fish.payara.arquillian</groupId>
    <artifactId>parent-payara-containers</artifactId>
    <version>3.0.alpha6</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/fish.payara.arquillian/parent-payara-containers/
implementation 'fish.payara.arquillian:parent-payara-containers:3.0.alpha6'// https://jarcasting.com/artifacts/fish.payara.arquillian/parent-payara-containers/
implementation ("fish.payara.arquillian:parent-payara-containers:3.0.alpha6")'fish.payara.arquillian:parent-payara-containers:pom:3.0.alpha6'<dependency org="fish.payara.arquillian" name="parent-payara-containers" rev="3.0.alpha6">
  <artifact name="parent-payara-containers" type="pom" />
</dependency>@Grapes(
@Grab(group='fish.payara.arquillian', module='parent-payara-containers', version='3.0.alpha6')
)libraryDependencies += "fish.payara.arquillian" % "parent-payara-containers" % "3.0.alpha6"[fish.payara.arquillian/parent-payara-containers "3.0.alpha6"]