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