License |
License |
---|---|
Categories |
CategoriesIDE Development Tools Spring Boot Container Microservices Elide Program Interface REST Frameworks |
GroupId | GroupIdorg.illyasviel.elide |
ArtifactId | ArtifactIdelide-spring-boot |
Version | Version1.4.0 |
Type | Typepom |
Description |
Descriptionelide-spring-boot
Spring Boot Starter for Elide
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
elide-spring-boot-1.4.0.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.illyasviel.elide/elide-spring-boot/ -->
<dependency>
<groupId>org.illyasviel.elide</groupId>
<artifactId>elide-spring-boot</artifactId>
<version>1.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.illyasviel.elide/elide-spring-boot/
implementation 'org.illyasviel.elide:elide-spring-boot:1.4.0'
// https://jarcasting.com/artifacts/org.illyasviel.elide/elide-spring-boot/
implementation ("org.illyasviel.elide:elide-spring-boot:1.4.0")
'org.illyasviel.elide:elide-spring-boot:pom:1.4.0'
<dependency org="org.illyasviel.elide" name="elide-spring-boot" rev="1.4.0">
<artifact name="elide-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.illyasviel.elide', module='elide-spring-boot', version='1.4.0')
)
libraryDependencies += "org.illyasviel.elide" % "elide-spring-boot" % "1.4.0"
[org.illyasviel.elide/elide-spring-boot "1.4.0"]