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