License |
License |
---|---|
GroupId | GroupIddev.jeka |
ArtifactId | ArtifactIdspringboot-plugin |
Last Version | Last Version3.0.0.RC11 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJeka plugin for Spring Boot
A Jeka plugin for Spring boot application
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/dev.jeka/springboot-plugin/ -->
<dependency>
<groupId>dev.jeka</groupId>
<artifactId>springboot-plugin</artifactId>
<version>3.0.0.RC11</version>
</dependency>
// https://jarcasting.com/artifacts/dev.jeka/springboot-plugin/
implementation 'dev.jeka:springboot-plugin:3.0.0.RC11'
// https://jarcasting.com/artifacts/dev.jeka/springboot-plugin/
implementation ("dev.jeka:springboot-plugin:3.0.0.RC11")
'dev.jeka:springboot-plugin:jar:3.0.0.RC11'
<dependency org="dev.jeka" name="springboot-plugin" rev="3.0.0.RC11">
<artifact name="springboot-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='dev.jeka', module='springboot-plugin', version='3.0.0.RC11')
)
libraryDependencies += "dev.jeka" % "springboot-plugin" % "3.0.0.RC11"
[dev.jeka/springboot-plugin "3.0.0.RC11"]