is not current version
Last Version 2.4.0

org.bremersee:common-parent 1.1.2

Common parent module of bremersee maven projects.

GroupId

GroupId

org.bremersee
ArtifactId

ArtifactId

common-parent
Version

Version

1.1.2
Type

Type

pom

Download common-parent 1.1.2

Filename Size
common-parent-1.1.2.pom 23 KB
Browse

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