This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.
License |
License |
---|---|
GroupId | GroupIdde.richtercloud |
ArtifactId | ArtifactIdmessage-handler-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 |
---|---|
message-handler-parent-1.0.pom | 990 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/de.richtercloud/message-handler-parent/ -->
<dependency>
<groupId>de.richtercloud</groupId>
<artifactId>message-handler-parent</artifactId>
<version>1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.richtercloud/message-handler-parent/
implementation 'de.richtercloud:message-handler-parent:1.0'
// https://jarcasting.com/artifacts/de.richtercloud/message-handler-parent/
implementation ("de.richtercloud:message-handler-parent:1.0")
'de.richtercloud:message-handler-parent:pom:1.0'
<dependency org="de.richtercloud" name="message-handler-parent" rev="1.0">
<artifact name="message-handler-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.richtercloud', module='message-handler-parent', version='1.0')
)
libraryDependencies += "de.richtercloud" % "message-handler-parent" % "1.0"
[de.richtercloud/message-handler-parent "1.0"]
This is the Maven parent POM for all richtercloud.de containing mostly shared static code analysis configuration.