Togglz - Spring Boot 1.5 Starter


License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.togglz
ArtifactId

ArtifactId

togglz-legacy-spring-boot-starter
Last Version

Last Version

2.8.0
Release Date

Release Date

Type

Type

jar
Description

Description

Togglz - Spring Boot 1.5 Starter
Togglz - Spring Boot 1.5 Starter

Download togglz-legacy-spring-boot-starter

How to add to project

<!-- https://jarcasting.com/artifacts/org.togglz/togglz-legacy-spring-boot-starter/ -->
<dependency>
    <groupId>org.togglz</groupId>
    <artifactId>togglz-legacy-spring-boot-starter</artifactId>
    <version>2.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.togglz/togglz-legacy-spring-boot-starter/
implementation 'org.togglz:togglz-legacy-spring-boot-starter:2.8.0'
// https://jarcasting.com/artifacts/org.togglz/togglz-legacy-spring-boot-starter/
implementation ("org.togglz:togglz-legacy-spring-boot-starter:2.8.0")
'org.togglz:togglz-legacy-spring-boot-starter:jar:2.8.0'
<dependency org="org.togglz" name="togglz-legacy-spring-boot-starter" rev="2.8.0">
  <artifact name="togglz-legacy-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.togglz', module='togglz-legacy-spring-boot-starter', version='2.8.0')
)
libraryDependencies += "org.togglz" % "togglz-legacy-spring-boot-starter" % "2.8.0"
[org.togglz/togglz-legacy-spring-boot-starter "2.8.0"]

Dependencies

compile (12)

Group / Artifact Type Version
org.togglz : togglz-console Optional jar 2.8.0
org.springframework.boot : spring-boot-actuator Optional jar
org.springframework : spring-webmvc Optional jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
org.springframework.security : spring-security-web Optional jar
org.springframework.security : spring-security-config Optional jar
org.togglz : togglz-spring-core jar 2.8.0
org.togglz : togglz-spring-security Optional jar 2.8.0
org.togglz : togglz-spring-web jar 2.8.0
org.hibernate : hibernate-validator Optional jar
org.thymeleaf : thymeleaf jar 3.0.11.RELEASE
org.thymeleaf : thymeleaf-spring4 jar 3.0.11.RELEASE

provided (1)

Group / Artifact Type Version
javax.servlet : javax.servlet-api jar 4.0.1

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar
org.springframework.boot : spring-boot-starter-logging jar

Project Modules

There are no modules declared in this project.

Togglz

Backers on Open Collective Sponsors on Open Collective Gitter Build Status Maven Central Javadoc

Togglz is an implementation of the Feature Toggles pattern for Java. Feature Toggles are a very common agile development practices in the context of continuous deployment and delivery. The basic idea is to associate a toggle with each new feature you are working on. This allows you to enable or disable these features at application runtime, even for individual users.

Want to learn more? Have a look at an usage example or check the quickstart guide, see http://www.togglz.org/

Contributors

This project exists thanks to all the people who contribute.

org.togglz

Togglz

Feature Flags for the Java platform

Versions

Version
2.8.0
2.7.2
2.7.1
2.7.0
2.6.1.Final
2.6.0.Final