This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.
| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииORM Данные |
| Группа | Группаde.richtercloud |
| Идентификатор | Идентификаторreflection-form-builder-it |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеThis is the Maven parent POM for all richtercloud.de containing
mostly shared static code analysis configuration.
|
<!-- https://jarcasting.com/artifacts/de.richtercloud/reflection-form-builder-it/ -->
<dependency>
<groupId>de.richtercloud</groupId>
<artifactId>reflection-form-builder-it</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.richtercloud/reflection-form-builder-it/
implementation 'de.richtercloud:reflection-form-builder-it:1.0'
// https://jarcasting.com/artifacts/de.richtercloud/reflection-form-builder-it/
implementation ("de.richtercloud:reflection-form-builder-it:1.0")
'de.richtercloud:reflection-form-builder-it:jar:1.0'
<dependency org="de.richtercloud" name="reflection-form-builder-it" rev="1.0">
<artifact name="reflection-form-builder-it" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.richtercloud', module='reflection-form-builder-it', version='1.0')
)
libraryDependencies += "de.richtercloud" % "reflection-form-builder-it" % "1.0"
[de.richtercloud/reflection-form-builder-it "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.12 |
| de.richtercloud : reflection-form-builder-jpa | jar | 1.0-SNAPSHOT |
| de.richtercloud : reflection-form-builder-test-entities | jar | 1.0-SNAPSHOT |
| org.eclipse.persistence : eclipselink | jar | 2.6.4 |
| org.jetbrains.kotlin : kotlin-stdlib | jar | 1.2.71 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| de.richtercloud : test-tools | jar | 1.1 |
| de.richtercloud : message-handler | jar | 1.0 |
This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.