GroupId | GroupIdpl.ds.websight |
---|---|
ArtifactId | ArtifactIdwebsight-package-parent |
Version | Version3 |
Type | Typepom |
Filename | Size |
---|---|
websight-package-parent-3.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/pl.ds.websight/websight-package-parent/ -->
<dependency>
<groupId>pl.ds.websight</groupId>
<artifactId>websight-package-parent</artifactId>
<version>3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/pl.ds.websight/websight-package-parent/
implementation 'pl.ds.websight:websight-package-parent:3'
// https://jarcasting.com/artifacts/pl.ds.websight/websight-package-parent/
implementation ("pl.ds.websight:websight-package-parent:3")
'pl.ds.websight:websight-package-parent:pom:3'
<dependency org="pl.ds.websight" name="websight-package-parent" rev="3">
<artifact name="websight-package-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='pl.ds.websight', module='websight-package-parent', version='3')
)
libraryDependencies += "pl.ds.websight" % "websight-package-parent" % "3"
[pl.ds.websight/websight-package-parent "3"]