Categories |
CategoriesPayara Container Application Servers |
---|---|
GroupId | GroupIdorg.microshed |
ArtifactId | ArtifactIdmicroshed-testing-payara-server |
Version | Version0.6.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.microshed/microshed-testing-payara-server/ -->
<dependency>
<groupId>org.microshed</groupId>
<artifactId>microshed-testing-payara-server</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.microshed/microshed-testing-payara-server/
implementation 'org.microshed:microshed-testing-payara-server:0.6.2'
// https://jarcasting.com/artifacts/org.microshed/microshed-testing-payara-server/
implementation ("org.microshed:microshed-testing-payara-server:0.6.2")
'org.microshed:microshed-testing-payara-server:jar:0.6.2'
<dependency org="org.microshed" name="microshed-testing-payara-server" rev="0.6.2">
<artifact name="microshed-testing-payara-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.microshed', module='microshed-testing-payara-server', version='0.6.2')
)
libraryDependencies += "org.microshed" % "microshed-testing-payara-server" % "0.6.2"
[org.microshed/microshed-testing-payara-server "0.6.2"]