f

fast-mock-core

Files download
File Operation
fast-mock-core-1.0.5.jar download
fast-mock-core-1.0.5.pom download
fast-mock-core-1.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>io.github.techthird</groupId>
  <artifactId>fast-mock-core</artifactId>
  <version>1.0.5</version>
</dependency>
Gradle Groovy
implementation 'io.github.techthird:fast-mock-core:1.0.5'
Gradle Kotlin
implementation("io.github.techthird:fast-mock-core:1.0.5")
Scala SBT
libraryDependencies += "io.github.techthird" % "fast-mock-core" % "1.0.5"
Groovy Grape
@Grapes(
  @Grab(group='io.github.techthird', module='fast-mock-core', version='1.0.5')
)
Apache Ivy
<dependency org="io.github.techthird" name="fast-mock-core" rev="1.0.5" />
Leiningen
[io.github.techthird/fast-mock-core "1.0.5"]
Apache Buildr
'io.github.techthird:fast-mock-core:jar:1.0.5'