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