is not current version
Last Version 2.4.0

org.bremersee:common-parent 2.0.1

Common parent module of bremersee maven projects.

GroupId

GroupId

org.bremersee
ArtifactId

ArtifactId

common-parent
Version

Version

2.0.1
Type

Type

pom

Download common-parent 2.0.1

Filename Size
common-parent-2.0.1.pom 24 KB
Browse

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