This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.
License |
License |
---|---|
Categories |
CategoriesORM Data |
GroupId | GroupIdde.richtercloud |
ArtifactId | ArtifactIdreflection-form-builder-jpa |
Last Version | Last Version1.0-beta2 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThis 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-jpa/ -->
<dependency>
<groupId>de.richtercloud</groupId>
<artifactId>reflection-form-builder-jpa</artifactId>
<version>1.0-beta2</version>
</dependency>
// https://jarcasting.com/artifacts/de.richtercloud/reflection-form-builder-jpa/
implementation 'de.richtercloud:reflection-form-builder-jpa:1.0-beta2'
// https://jarcasting.com/artifacts/de.richtercloud/reflection-form-builder-jpa/
implementation ("de.richtercloud:reflection-form-builder-jpa:1.0-beta2")
'de.richtercloud:reflection-form-builder-jpa:jar:1.0-beta2'
<dependency org="de.richtercloud" name="reflection-form-builder-jpa" rev="1.0-beta2">
<artifact name="reflection-form-builder-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.richtercloud', module='reflection-form-builder-jpa', version='1.0-beta2')
)
libraryDependencies += "de.richtercloud" % "reflection-form-builder-jpa" % "1.0-beta2"
[de.richtercloud/reflection-form-builder-jpa "1.0-beta2"]
Group / Artifact | Type | Version |
---|---|---|
de.richtercloud : reflection-form-builder | jar | 1.0-beta2 |
org.apache.commons : commons-lang3 | jar | 3.3.2 |
org.apache.commons : commons-collections4 | jar | 4.0 |
de.richtercloud : message-handler | jar | 1.0-SNAPSHOT |
org.apache.derby : derby | jar | 10.13.1.1 |
org.apache.derby : derbyclient | jar | 10.13.1.1 |
org.postgresql : postgresql | jar | 9.4.1212 |
mysql : mysql-connector-java | jar | 6.0.6 |
org.hibernate : hibernate-core | jar | 5.1.0.Final |
de.richtercloud : validation-tools | jar | 1.0-SNAPSHOT |
de.richtercloud : jhbuild-java-wrapper-core | jar | 1.1 |
javax : javaee-api | jar | 7.0 |
net.java.dev.glazedlists : glazedlists_java15 | jar | 1.9.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.mockito : mockito-core | jar | 1.10.19 |
de.richtercloud : reflection-form-builder-test-entities | jar | 1.0-beta2 |
This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.