Last Version

Maven Common Configuration 15

Common configurations (plugins, version, etc.) used as parent for maven projects.

License

License

GroupId

GroupId

at.favre.lib
ArtifactId

ArtifactId

common-parent
Version

Version

15
Type

Type

jar
Description

Description

Maven Common Configuration
Common configurations (plugins, version, etc.) used as parent for maven projects.
Project URL

Project URL

https://github.com/patrickfav/mvn-common-parent
Source Code Management

Source Code Management

https://github.com/patrickfav/mvn-common-parent

Download common-parent 15


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

Dependencies

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

Project Modules

There are no modules declared in this project.