| GroupId | GroupIdpl.ds.websight |
|---|---|
| ArtifactId | ArtifactIdwebsight-package-manager-view |
| Version | Version1.0.3 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/pl.ds.websight/websight-package-manager-view/ -->
<dependency>
<groupId>pl.ds.websight</groupId>
<artifactId>websight-package-manager-view</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/pl.ds.websight/websight-package-manager-view/
implementation 'pl.ds.websight:websight-package-manager-view:1.0.3'
// https://jarcasting.com/artifacts/pl.ds.websight/websight-package-manager-view/
implementation ("pl.ds.websight:websight-package-manager-view:1.0.3")
'pl.ds.websight:websight-package-manager-view:jar:1.0.3'
<dependency org="pl.ds.websight" name="websight-package-manager-view" rev="1.0.3">
<artifact name="websight-package-manager-view" type="jar" />
</dependency>
@Grapes(
@Grab(group='pl.ds.websight', module='websight-package-manager-view', version='1.0.3')
)
libraryDependencies += "pl.ds.websight" % "websight-package-manager-view" % "1.0.3"
[pl.ds.websight/websight-package-manager-view "1.0.3"]