j

jfixture-parent

JFixture is an open source library based on the popular .NET library, AutoFixture
https://github.com/FlexTradeUKLtd/jfixture
MIT License
Richard Keenan
文件下载
文件名 操作
jfixture-parent-2.2.1.pom 下载
Apache Maven
<dependency>
  <groupId>com.flextrade.jfixture</groupId>
  <artifactId>jfixture-parent</artifactId>
  <version>2.2.1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.flextrade.jfixture:jfixture-parent:2.2.1'
Gradle Kotlin
implementation("com.flextrade.jfixture:jfixture-parent:2.2.1")
Scala SBT
libraryDependencies += "com.flextrade.jfixture" % "jfixture-parent" % "2.2.1"
Groovy Grape
@Grapes(
  @Grab(group='com.flextrade.jfixture', module='jfixture-parent', version='2.2.1')
)
Apache Ivy
<dependency org="com.flextrade.jfixture" name="jfixture-parent" rev="2.2.1" />
Leiningen
[com.flextrade.jfixture/jfixture-parent "2.2.1"]
Apache Buildr
'com.flextrade.jfixture:jfixture-parent:jar:2.2.1'