Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.officefloor.tutorial |
ArtifactId | ArtifactIdPayPalHttpServer |
Version | Version3.12.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.officefloor.tutorial/PayPalHttpServer/ -->
<dependency>
<groupId>net.officefloor.tutorial</groupId>
<artifactId>PayPalHttpServer</artifactId>
<version>3.12.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.tutorial/PayPalHttpServer/
implementation 'net.officefloor.tutorial:PayPalHttpServer:3.12.0'
// https://jarcasting.com/artifacts/net.officefloor.tutorial/PayPalHttpServer/
implementation ("net.officefloor.tutorial:PayPalHttpServer:3.12.0")
'net.officefloor.tutorial:PayPalHttpServer:jar:3.12.0'
<dependency org="net.officefloor.tutorial" name="PayPalHttpServer" rev="3.12.0">
<artifact name="PayPalHttpServer" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.tutorial', module='PayPalHttpServer', version='3.12.0')
)
libraryDependencies += "net.officefloor.tutorial" % "PayPalHttpServer" % "3.12.0"
[net.officefloor.tutorial/PayPalHttpServer "3.12.0"]