is not current version
Last Version 2.5

com.github.calimero:calimero-parent 2.4-rc2

Parent pom for Calimero modules

GroupId

GroupId

com.github.calimero
ArtifactId

ArtifactId

calimero-parent
Version

Version

2.4-rc2
Type

Type

pom

Download calimero-parent 2.4-rc2


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