| Лицензия |
Лицензия |
|---|---|
| Группа | Группаuk.co.modular-it |
| Идентификатор | Идентификаторbean-builder |
| Последняя версия | Последняя версия0.9.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеBean Builder
A library to support configurable instantiation and population of classes which implement the Java Beans standard
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| bean-builder-0.9.2.pom | |
| bean-builder-0.9.2.jar | 28 KB |
| bean-builder-0.9.2-sources.jar | 7 KB |
| bean-builder-0.9.2-javadoc.jar | 57 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/uk.co.modular-it/bean-builder/ -->
<dependency>
<groupId>uk.co.modular-it</groupId>
<artifactId>bean-builder</artifactId>
<version>0.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/uk.co.modular-it/bean-builder/
implementation 'uk.co.modular-it:bean-builder:0.9.2'
// https://jarcasting.com/artifacts/uk.co.modular-it/bean-builder/
implementation ("uk.co.modular-it:bean-builder:0.9.2")
'uk.co.modular-it:bean-builder:jar:0.9.2'
<dependency org="uk.co.modular-it" name="bean-builder" rev="0.9.2">
<artifact name="bean-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.co.modular-it', module='bean-builder', version='0.9.2')
)
libraryDependencies += "uk.co.modular-it" % "bean-builder" % "0.9.2"
[uk.co.modular-it/bean-builder "0.9.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.6.6 |
| uk.co.modular-it : bean-utils | jar | 0.9.9 |
| commons-lang : commons-lang | jar | 2.6 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.mockito : mockito-core | jar | 1.9.0 |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-all | jar | 1.3 |
| junit : junit | jar | 4.10 |
| ch.qos.logback : logback-classic | jar | 1.0.7 |