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