Last Version

dimmer-local 2.2.2

Lightweight library to manage feature toggling. Unlike others Dimmer doesn't work in switch mode, black or white, It provides a flexible way to respond to disabled features by adding customizable behaviours and pre-configured responses.

License

License

GroupId

GroupId

com.github.cloudyrock.dimmer
ArtifactId

ArtifactId

dimmer-local
Version

Version

2.2.2
Type

Type

jar
Description

Description

dimmer-local
Lightweight library to manage feature toggling. Unlike others Dimmer doesn't work in switch mode, black or white, It provides a flexible way to respond to disabled features by adding customizable behaviours and pre-configured responses.

Download dimmer-local 2.2.2


<!-- https://jarcasting.com/artifacts/com.github.cloudyrock.dimmer/dimmer-local/ -->
<dependency>
    <groupId>com.github.cloudyrock.dimmer</groupId>
    <artifactId>dimmer-local</artifactId>
    <version>2.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudyrock.dimmer/dimmer-local/
implementation 'com.github.cloudyrock.dimmer:dimmer-local:2.2.2'
// https://jarcasting.com/artifacts/com.github.cloudyrock.dimmer/dimmer-local/
implementation ("com.github.cloudyrock.dimmer:dimmer-local:2.2.2")
'com.github.cloudyrock.dimmer:dimmer-local:jar:2.2.2'
<dependency org="com.github.cloudyrock.dimmer" name="dimmer-local" rev="2.2.2">
  <artifact name="dimmer-local" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudyrock.dimmer', module='dimmer-local', version='2.2.2')
)
libraryDependencies += "com.github.cloudyrock.dimmer" % "dimmer-local" % "2.2.2"
[com.github.cloudyrock.dimmer/dimmer-local "2.2.2"]

Dependencies

compile (3)

Group / Artifact Type Version
com.github.cloudyrock.dimmer : dimmer-core jar 2.2.2
org.aspectj : aspectjrt jar 1.8.2
cglib : cglib jar 3.2.6

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-all jar 1.10.19
org.hamcrest : hamcrest-junit jar 2.0.0.0

Project Modules

There are no modules declared in this project.