Categories |
CategoriesNet Wire Data Data Structures |
---|---|
GroupId | GroupIdnet.stickycode.mockwire |
ArtifactId | ArtifactIdsticky-mockwire-spring3 |
Version | Version8.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.stickycode.mockwire/sticky-mockwire-spring3/ -->
<dependency>
<groupId>net.stickycode.mockwire</groupId>
<artifactId>sticky-mockwire-spring3</artifactId>
<version>8.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.stickycode.mockwire/sticky-mockwire-spring3/
implementation 'net.stickycode.mockwire:sticky-mockwire-spring3:8.2'
// https://jarcasting.com/artifacts/net.stickycode.mockwire/sticky-mockwire-spring3/
implementation ("net.stickycode.mockwire:sticky-mockwire-spring3:8.2")
'net.stickycode.mockwire:sticky-mockwire-spring3:jar:8.2'
<dependency org="net.stickycode.mockwire" name="sticky-mockwire-spring3" rev="8.2">
<artifact name="sticky-mockwire-spring3" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.stickycode.mockwire', module='sticky-mockwire-spring3', version='8.2')
)
libraryDependencies += "net.stickycode.mockwire" % "sticky-mockwire-spring3" % "8.2"
[net.stickycode.mockwire/sticky-mockwire-spring3 "8.2"]