is not current version
Last Version 1.0.2

pl.ds.websight:websight-fragments-registry 1.0.1

Fragment Registry is a module responsible for bundles state validation. If some bundles is missing or not active, then its functionality (ex. Groovy Console) is removed from user interface. This module provides backend service.

GroupId

GroupId

pl.ds.websight
ArtifactId

ArtifactId

websight-fragments-registry
Version

Version

1.0.1
Type

Type

jar

Download websight-fragments-registry 1.0.1


<!-- 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"]