GroupId | GroupIdse.skltp.vp |
---|---|
ArtifactId | ArtifactIdvp-parent |
Version | Version3.0.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
vp-parent-3.0.0-RC1.pom | 4 KB |
vp-parent-3.0.0-RC1-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>3.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/se.skltp.vp/vp-parent/
implementation 'se.skltp.vp:vp-parent:3.0.0-RC1'
// https://jarcasting.com/artifacts/se.skltp.vp/vp-parent/
implementation ("se.skltp.vp:vp-parent:3.0.0-RC1")
'se.skltp.vp:vp-parent:jar:3.0.0-RC1'
<dependency org="se.skltp.vp" name="vp-parent" rev="3.0.0-RC1">
<artifact name="vp-parent" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.skltp.vp', module='vp-parent', version='3.0.0-RC1')
)
libraryDependencies += "se.skltp.vp" % "vp-parent" % "3.0.0-RC1"
[se.skltp.vp/vp-parent "3.0.0-RC1"]