| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAuto Библиотеки уровня приложения Code Generators |
| Группа | Группаcom.github.autofixture |
| Идентификатор | ИдентификаторAutoFixtureGenerator |
| Версия | Версия0.6.2 |
| Тип | Типjar |
| Описание |
ОписаниеAutoFixtureGenerator
An attempt to reimplement core features of a popular .NET anonymous value generator - AutoFixture - in Java
|
| Ссылка на сайт |
Ссылка на сайт |
<!-- https://jarcasting.com/artifacts/com.github.autofixture/AutoFixtureGenerator/ -->
<dependency>
<groupId>com.github.autofixture</groupId>
<artifactId>AutoFixtureGenerator</artifactId>
<version>0.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.autofixture/AutoFixtureGenerator/
implementation 'com.github.autofixture:AutoFixtureGenerator:0.6.2'
// https://jarcasting.com/artifacts/com.github.autofixture/AutoFixtureGenerator/
implementation ("com.github.autofixture:AutoFixtureGenerator:0.6.2")
'com.github.autofixture:AutoFixtureGenerator:jar:0.6.2'
<dependency org="com.github.autofixture" name="AutoFixtureGenerator" rev="0.6.2">
<artifact name="AutoFixtureGenerator" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.autofixture', module='AutoFixtureGenerator', version='0.6.2')
)
libraryDependencies += "com.github.autofixture" % "AutoFixtureGenerator" % "0.6.2"
[com.github.autofixture/AutoFixtureGenerator "0.6.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.google.guava : guava | jar | 17.0 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.11 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.jmock : jmock | jar | 2.6.0 |