Maven OSS Parent POM der DV Bern AG

Maven Einstellung, die allgemeine Gueltigkeit fuer die Open-Source-Projekte der DV Bern AG haben

License

License

Categories

Categories

Maven Build Tools
GroupId

GroupId

ch.dvbern.oss.maven
ArtifactId

ArtifactId

parent
Last Version

Last Version

3.0.5
Release Date

Release Date

Type

Type

pom
Description

Description

Maven OSS Parent POM der DV Bern AG
Maven Einstellung, die allgemeine Gueltigkeit fuer die Open-Source-Projekte der DV Bern AG haben
Project URL

Project URL

https://github.com/dvbern/oss-maven-parent-pom
Project Organization

Project Organization

DV Bern AG
Source Code Management

Source Code Management

https://github.com/dvbern/oss-maven-parent-pom.git

Download parent

Filename Size
parent-3.0.5.pom 39 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • code-conventions

oss-maven-parent-pom

This repository provides a Parent-POM usable for all DV Bern Open Source libraries.

Getting Started

Specify the parent in your root pom, e.g.:

<parent>
	<groupId>ch.dvbern.oss.maven</groupId>
	<artifactId>parent</artifactId>
	<version>1.0.3</version>
</parent>

Built With

  • Maven - Dependency Management

Contributing Guidelines

Please read CONTRIBUTING.md for the process for submitting pull requests to us.

Code of Conduct

One healthy social atmospehere is very important to us, wherefore we rate our Code of Conduct high. For details check the file CODE_OF_CONDUCT.md

Authors

  • DV Bern AG - Initial work - dvbern

See also the list of contributors who participated in this project.

License

This project is licensed under the Apache 2.0 License - see the License.md file for details.

ch.dvbern.oss.maven

DV Bern AG

Versions

Version
3.0.5
3.0.4
3.0.3
3.0.2
3.0.1