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