GroupId | GroupIdio.github.fastmock |
---|---|
ArtifactId | ArtifactIdfastmock |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
fastmock-1.0.1.pom | |
fastmock-1.0.1.jar | 88 KB |
fastmock-1.0.1-sources.jar | 71 KB |
fastmock-1.0.1-javadoc.jar | 252 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fastmock/fastmock/ -->
<dependency>
<groupId>io.github.fastmock</groupId>
<artifactId>fastmock</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fastmock/fastmock/
implementation 'io.github.fastmock:fastmock:1.0.1'
// https://jarcasting.com/artifacts/io.github.fastmock/fastmock/
implementation ("io.github.fastmock:fastmock:1.0.1")
'io.github.fastmock:fastmock:jar:1.0.1'
<dependency org="io.github.fastmock" name="fastmock" rev="1.0.1">
<artifact name="fastmock" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fastmock', module='fastmock', version='1.0.1')
)
libraryDependencies += "io.github.fastmock" % "fastmock" % "1.0.1"
[io.github.fastmock/fastmock "1.0.1"]