GroupId | GroupIdse.skltp.vp |
---|---|
ArtifactId | ArtifactIdvp-parent |
Version | Version2.2.6-RC2 |
Type | Typejar |
Filename | Size |
---|---|
vp-parent-2.2.6-RC2.pom | 4 KB |
vp-parent-2.2.6-RC2-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/se.skltp.vp/vp-parent/ -->
<dependency>
<groupId>se.skltp.vp</groupId>
<artifactId>vp-parent</artifactId>
<version>2.2.6-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/se.skltp.vp/vp-parent/
implementation 'se.skltp.vp:vp-parent:2.2.6-RC2'
// https://jarcasting.com/artifacts/se.skltp.vp/vp-parent/
implementation ("se.skltp.vp:vp-parent:2.2.6-RC2")
'se.skltp.vp:vp-parent:jar:2.2.6-RC2'
<dependency org="se.skltp.vp" name="vp-parent" rev="2.2.6-RC2">
<artifact name="vp-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.skltp.vp', module='vp-parent', version='2.2.6-RC2')
)
libraryDependencies += "se.skltp.vp" % "vp-parent" % "2.2.6-RC2"
[se.skltp.vp/vp-parent "2.2.6-RC2"]