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-parent |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionThis is the Maven parent POM for all richtercloud.de containing
mostly shared static code analysis configuration.
|
Filename | Size |
---|---|
reflection-form-builder-parent-1.0.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.richtercloud/reflection-form-builder-parent/ -->
<dependency>
<groupId>de.richtercloud</groupId>
<artifactId>reflection-form-builder-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.richtercloud/reflection-form-builder-parent/
implementation 'de.richtercloud:reflection-form-builder-parent:1.0'
// https://jarcasting.com/artifacts/de.richtercloud/reflection-form-builder-parent/
implementation ("de.richtercloud:reflection-form-builder-parent:1.0")
'de.richtercloud:reflection-form-builder-parent:pom:1.0'
<dependency org="de.richtercloud" name="reflection-form-builder-parent" rev="1.0">
<artifact name="reflection-form-builder-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.richtercloud', module='reflection-form-builder-parent', version='1.0')
)
libraryDependencies += "de.richtercloud" % "reflection-form-builder-parent" % "1.0"
[de.richtercloud/reflection-form-builder-parent "1.0"]
This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.