GroupId | GroupIdse.skltp.mb |
---|---|
ArtifactId | ArtifactIdmb-parent |
Version | Version1.0.0-RC6 |
Type | Typepom |
Filename | Size |
---|---|
mb-parent-1.0.0-RC6.pom | 17 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.skltp.mb/mb-parent/ -->
<dependency>
<groupId>se.skltp.mb</groupId>
<artifactId>mb-parent</artifactId>
<version>1.0.0-RC6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/se.skltp.mb/mb-parent/
implementation 'se.skltp.mb:mb-parent:1.0.0-RC6'
// https://jarcasting.com/artifacts/se.skltp.mb/mb-parent/
implementation ("se.skltp.mb:mb-parent:1.0.0-RC6")
'se.skltp.mb:mb-parent:pom:1.0.0-RC6'
<dependency org="se.skltp.mb" name="mb-parent" rev="1.0.0-RC6">
<artifact name="mb-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='se.skltp.mb', module='mb-parent', version='1.0.0-RC6')
)
libraryDependencies += "se.skltp.mb" % "mb-parent" % "1.0.0-RC6"
[se.skltp.mb/mb-parent "1.0.0-RC6"]