1and1 Common Parent

Common Parent POM for projects that target Java 1.8 and use Lombok and JUnit

License

License

GroupId

GroupId

com.oneandone
ArtifactId

ArtifactId

common-parent
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

pom
Description

Description

1and1 Common Parent
Common Parent POM for projects that target Java 1.8 and use Lombok and JUnit
Project URL

Project URL

https://github.com/1and1/
Source Code Management

Source Code Management

https://github.com/1and1/

Download common-parent

Filename Size
common-parent-1.0.1.pom 7 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.oneandone/common-parent/ -->
<dependency>
    <groupId>com.oneandone</groupId>
    <artifactId>common-parent</artifactId>
    <version>1.0.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.oneandone/common-parent/
implementation 'com.oneandone:common-parent:1.0.1'
// https://jarcasting.com/artifacts/com.oneandone/common-parent/
implementation ("com.oneandone:common-parent:1.0.1")
'com.oneandone:common-parent:pom:1.0.1'
<dependency org="com.oneandone" name="common-parent" rev="1.0.1">
  <artifact name="common-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.oneandone', module='common-parent', version='1.0.1')
)
libraryDependencies += "com.oneandone" % "common-parent" % "1.0.1"
[com.oneandone/common-parent "1.0.1"]

Dependencies

provided (1)

Group / Artifact Type Version
org.projectlombok : lombok jar 1.16.6

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-all jar 1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0