t

togglz-console-spring-boot-starter

Togglz Console - Spring Boot Starter
文件下载
文件名 操作
togglz-console-spring-boot-starter-4.3.0.jar 下载
togglz-console-spring-boot-starter-4.3.0.pom 下载
Apache Maven
<dependency>
  <groupId>org.togglz</groupId>
  <artifactId>togglz-console-spring-boot-starter</artifactId>
  <version>4.3.0</version>
</dependency>
Gradle Groovy
implementation 'org.togglz:togglz-console-spring-boot-starter:4.3.0'
Gradle Kotlin
implementation("org.togglz:togglz-console-spring-boot-starter:4.3.0")
Scala SBT
libraryDependencies += "org.togglz" % "togglz-console-spring-boot-starter" % "4.3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.togglz', module='togglz-console-spring-boot-starter', version='4.3.0')
)
Apache Ivy
<dependency org="org.togglz" name="togglz-console-spring-boot-starter" rev="4.3.0" />
Leiningen
[org.togglz/togglz-console-spring-boot-starter "4.3.0"]
Apache Buildr
'org.togglz:togglz-console-spring-boot-starter:jar:4.3.0'