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