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