is not current version
Last Version 2.4.0

org.bremersee:common-parent 1.0.10

Common parent module of bremersee maven projects.

GroupId

GroupId

org.bremersee
ArtifactId

ArtifactId

common-parent
Version

Version

1.0.10
Type

Type

pom

Download common-parent 1.0.10

Filename Size
common-parent-1.0.10.pom 21 KB
Browse

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