Categories |
CategoriesPayara Container Application Servers |
---|---|
GroupId | GroupIdfish.payara.blue.extras |
ArtifactId | ArtifactIdpayara-microprofile |
Version | Version1.0-4.1.1.171 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/fish.payara.blue.extras/payara-microprofile/ -->
<dependency>
<groupId>fish.payara.blue.extras</groupId>
<artifactId>payara-microprofile</artifactId>
<version>1.0-4.1.1.171</version>
</dependency>
// https://jarcasting.com/artifacts/fish.payara.blue.extras/payara-microprofile/
implementation 'fish.payara.blue.extras:payara-microprofile:1.0-4.1.1.171'
// https://jarcasting.com/artifacts/fish.payara.blue.extras/payara-microprofile/
implementation ("fish.payara.blue.extras:payara-microprofile:1.0-4.1.1.171")
'fish.payara.blue.extras:payara-microprofile:jar:1.0-4.1.1.171'
<dependency org="fish.payara.blue.extras" name="payara-microprofile" rev="1.0-4.1.1.171">
<artifact name="payara-microprofile" type="jar" />
</dependency>
@Grapes(
@Grab(group='fish.payara.blue.extras', module='payara-microprofile', version='1.0-4.1.1.171')
)
libraryDependencies += "fish.payara.blue.extras" % "payara-microprofile" % "1.0-4.1.1.171"
[fish.payara.blue.extras/payara-microprofile "1.0-4.1.1.171"]