| License | License | 
|---|---|
| Categories | CategoriesPayara Container Application Servers | 
| GroupId | GroupIdfish.payara.extras | 
| ArtifactId | ArtifactIdpayara-embedded-all | 
| Last Version | Last Version6.2022.1.Alpha2 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionPayara Embedded-All Embedded-All Distribution of the Payara Project | 
| Project URL | Project URL | 
<!-- https://jarcasting.com/artifacts/fish.payara.extras/payara-embedded-all/ -->
<dependency>
    <groupId>fish.payara.extras</groupId>
    <artifactId>payara-embedded-all</artifactId>
    <version>6.2022.1.Alpha2</version>
</dependency>// https://jarcasting.com/artifacts/fish.payara.extras/payara-embedded-all/
implementation 'fish.payara.extras:payara-embedded-all:6.2022.1.Alpha2'// https://jarcasting.com/artifacts/fish.payara.extras/payara-embedded-all/
implementation ("fish.payara.extras:payara-embedded-all:6.2022.1.Alpha2")'fish.payara.extras:payara-embedded-all:jar:6.2022.1.Alpha2'<dependency org="fish.payara.extras" name="payara-embedded-all" rev="6.2022.1.Alpha2">
  <artifact name="payara-embedded-all" type="jar" />
</dependency>@Grapes(
@Grab(group='fish.payara.extras', module='payara-embedded-all', version='6.2022.1.Alpha2')
)libraryDependencies += "fish.payara.extras" % "payara-embedded-all" % "6.2022.1.Alpha2"[fish.payara.extras/payara-embedded-all "6.2022.1.Alpha2"]