License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.devefx.spring.boot |
ArtifactId | ArtifactIddevefx-spring-boot |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiondevefx-spring-boot
Spring Boot Support for Devefx
|
Project URL |
Project URL |
Filename | Size |
---|---|
devefx-spring-boot-0.0.1.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.devefx.spring.boot/devefx-spring-boot/ -->
<dependency>
<groupId>org.devefx.spring.boot</groupId>
<artifactId>devefx-spring-boot</artifactId>
<version>0.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.devefx.spring.boot/devefx-spring-boot/
implementation 'org.devefx.spring.boot:devefx-spring-boot:0.0.1'
// https://jarcasting.com/artifacts/org.devefx.spring.boot/devefx-spring-boot/
implementation ("org.devefx.spring.boot:devefx-spring-boot:0.0.1")
'org.devefx.spring.boot:devefx-spring-boot:pom:0.0.1'
<dependency org="org.devefx.spring.boot" name="devefx-spring-boot" rev="0.0.1">
<artifact name="devefx-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.devefx.spring.boot', module='devefx-spring-boot', version='0.0.1')
)
libraryDependencies += "org.devefx.spring.boot" % "devefx-spring-boot" % "0.0.1"
[org.devefx.spring.boot/devefx-spring-boot "0.0.1"]