Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.officefloor.spring |
ArtifactId | ArtifactIdofficespring_webclient |
Version | Version3.17.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.officefloor.spring/officespring_webclient/ -->
<dependency>
<groupId>net.officefloor.spring</groupId>
<artifactId>officespring_webclient</artifactId>
<version>3.17.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.officefloor.spring/officespring_webclient/
implementation 'net.officefloor.spring:officespring_webclient:3.17.0'
// https://jarcasting.com/artifacts/net.officefloor.spring/officespring_webclient/
implementation ("net.officefloor.spring:officespring_webclient:3.17.0")
'net.officefloor.spring:officespring_webclient:jar:3.17.0'
<dependency org="net.officefloor.spring" name="officespring_webclient" rev="3.17.0">
<artifact name="officespring_webclient" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.officefloor.spring', module='officespring_webclient', version='3.17.0')
)
libraryDependencies += "net.officefloor.spring" % "officespring_webclient" % "3.17.0"
[net.officefloor.spring/officespring_webclient "3.17.0"]