GroupId | GroupIdio.github.techthird |
---|---|
ArtifactId | ArtifactIdfast-mock-core |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
fast-mock-core-1.0.2.pom | |
fast-mock-core-1.0.2.jar | 84 KB |
fast-mock-core-1.0.2-sources.jar | 46 KB |
fast-mock-core-1.0.2-javadoc.jar | 295 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.techthird/fast-mock-core/ -->
<dependency>
<groupId>io.github.techthird</groupId>
<artifactId>fast-mock-core</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.techthird/fast-mock-core/
implementation 'io.github.techthird:fast-mock-core:1.0.2'
// https://jarcasting.com/artifacts/io.github.techthird/fast-mock-core/
implementation ("io.github.techthird:fast-mock-core:1.0.2")
'io.github.techthird:fast-mock-core:jar:1.0.2'
<dependency org="io.github.techthird" name="fast-mock-core" rev="1.0.2">
<artifact name="fast-mock-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.techthird', module='fast-mock-core', version='1.0.2')
)
libraryDependencies += "io.github.techthird" % "fast-mock-core" % "1.0.2"
[io.github.techthird/fast-mock-core "1.0.2"]