License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.togglz |
ArtifactId | ArtifactIdtogglz-spring-boot |
Last Version | Last Version3.2.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionTogglz - Spring Boot POM
Togglz - Spring Boot POM
|
Filename | Size |
---|---|
togglz-spring-boot-3.2.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.togglz/togglz-spring-boot/ -->
<dependency>
<groupId>org.togglz</groupId>
<artifactId>togglz-spring-boot</artifactId>
<version>3.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.togglz/togglz-spring-boot/
implementation 'org.togglz:togglz-spring-boot:3.2.1'
// https://jarcasting.com/artifacts/org.togglz/togglz-spring-boot/
implementation ("org.togglz:togglz-spring-boot:3.2.1")
'org.togglz:togglz-spring-boot:pom:3.2.1'
<dependency org="org.togglz" name="togglz-spring-boot" rev="3.2.1">
<artifact name="togglz-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.togglz', module='togglz-spring-boot', version='3.2.1')
)
libraryDependencies += "org.togglz" % "togglz-spring-boot" % "3.2.1"
[org.togglz/togglz-spring-boot "3.2.1"]