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