GroupId | GroupIdorg.mock-server |
---|---|
ArtifactId | ArtifactIdmockservice-examples |
Version | Version2.1 |
Type | Typewar |
Filename | Size |
---|---|
mockservice-examples-2.1.pom | |
mockservice-examples-2.1.war | 14 MB |
mockservice-examples-2.1-sources.jar | 17 KB |
mockservice-examples-2.1-javadoc.jar | 155 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.mock-server/mockservice-examples/ -->
<dependency>
<groupId>org.mock-server</groupId>
<artifactId>mockservice-examples</artifactId>
<version>2.1</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.mock-server/mockservice-examples/
implementation 'org.mock-server:mockservice-examples:2.1'
// https://jarcasting.com/artifacts/org.mock-server/mockservice-examples/
implementation ("org.mock-server:mockservice-examples:2.1")
'org.mock-server:mockservice-examples:war:2.1'
<dependency org="org.mock-server" name="mockservice-examples" rev="2.1">
<artifact name="mockservice-examples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.mock-server', module='mockservice-examples', version='2.1')
)
libraryDependencies += "org.mock-server" % "mockservice-examples" % "2.1"
[org.mock-server/mockservice-examples "2.1"]