| Categories |
CategoriesSpring Boot Container Microservices |
|---|---|
| GroupId | GroupIdorg.leapframework |
| ArtifactId | ArtifactIdleap-spring-boot |
| Version | Version0.7.3b |
| Type | Typejar |
| Filename | Size |
|---|---|
| leap-spring-boot-0.7.3b.pom | |
| leap-spring-boot-0.7.3b.jar | 26 KB |
| leap-spring-boot-0.7.3b-sources.jar | 19 KB |
| leap-spring-boot-0.7.3b-javadoc.jar | 97 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.leapframework/leap-spring-boot/ -->
<dependency>
<groupId>org.leapframework</groupId>
<artifactId>leap-spring-boot</artifactId>
<version>0.7.3b</version>
</dependency>
// https://jarcasting.com/artifacts/org.leapframework/leap-spring-boot/
implementation 'org.leapframework:leap-spring-boot:0.7.3b'
// https://jarcasting.com/artifacts/org.leapframework/leap-spring-boot/
implementation ("org.leapframework:leap-spring-boot:0.7.3b")
'org.leapframework:leap-spring-boot:jar:0.7.3b'
<dependency org="org.leapframework" name="leap-spring-boot" rev="0.7.3b">
<artifact name="leap-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.leapframework', module='leap-spring-boot', version='0.7.3b')
)
libraryDependencies += "org.leapframework" % "leap-spring-boot" % "0.7.3b"
[org.leapframework/leap-spring-boot "0.7.3b"]