Last Version

dimmer-core 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-core
Version

Version

2.2.2
Type

Type

jar
Description

Description

dimmer-core
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-core 2.2.2


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

Dependencies

compile (2)

Group / Artifact Type Version
cglib : cglib jar 3.2.6
org.slf4j : slf4j-api jar 1.7.25

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.