Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.breuninger.boot |
ArtifactId | ArtifactIdspring-boot-starter-breuninger-togglz |
Version | Version2.0.3.RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.breuninger.boot/spring-boot-starter-breuninger-togglz/ -->
<dependency>
<groupId>com.breuninger.boot</groupId>
<artifactId>spring-boot-starter-breuninger-togglz</artifactId>
<version>2.0.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.breuninger.boot/spring-boot-starter-breuninger-togglz/
implementation 'com.breuninger.boot:spring-boot-starter-breuninger-togglz:2.0.3.RELEASE'
// https://jarcasting.com/artifacts/com.breuninger.boot/spring-boot-starter-breuninger-togglz/
implementation ("com.breuninger.boot:spring-boot-starter-breuninger-togglz:2.0.3.RELEASE")
'com.breuninger.boot:spring-boot-starter-breuninger-togglz:jar:2.0.3.RELEASE'
<dependency org="com.breuninger.boot" name="spring-boot-starter-breuninger-togglz" rev="2.0.3.RELEASE">
<artifact name="spring-boot-starter-breuninger-togglz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.breuninger.boot', module='spring-boot-starter-breuninger-togglz', version='2.0.3.RELEASE')
)
libraryDependencies += "com.breuninger.boot" % "spring-boot-starter-breuninger-togglz" % "2.0.3.RELEASE"
[com.breuninger.boot/spring-boot-starter-breuninger-togglz "2.0.3.RELEASE"]