GroupId | GroupIdcom.github.calimero |
---|---|
ArtifactId | ArtifactIdcalimero-parent |
Version | Version2.2.1-beta |
Type | Typepom |
Filename | Size |
---|---|
calimero-parent-2.2.1-beta.pom | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.calimero/calimero-parent/ -->
<dependency>
<groupId>com.github.calimero</groupId>
<artifactId>calimero-parent</artifactId>
<version>2.2.1-beta</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.calimero/calimero-parent/
implementation 'com.github.calimero:calimero-parent:2.2.1-beta'
// https://jarcasting.com/artifacts/com.github.calimero/calimero-parent/
implementation ("com.github.calimero:calimero-parent:2.2.1-beta")
'com.github.calimero:calimero-parent:pom:2.2.1-beta'
<dependency org="com.github.calimero" name="calimero-parent" rev="2.2.1-beta">
<artifact name="calimero-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.calimero', module='calimero-parent', version='2.2.1-beta')
)
libraryDependencies += "com.github.calimero" % "calimero-parent" % "2.2.1-beta"
[com.github.calimero/calimero-parent "2.2.1-beta"]