License |
License |
---|---|
Categories |
CategoriesGroovy Languages Spring Boot Container Microservices config Application Layer Libs Configuration |
GroupId | GroupIdeu.hinsch |
ArtifactId | ArtifactIdspring-boot-groovy-config |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-boot-groovy-config
Configure spring boot application with groovy files
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/eu.hinsch/spring-boot-groovy-config/ -->
<dependency>
<groupId>eu.hinsch</groupId>
<artifactId>spring-boot-groovy-config</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.hinsch/spring-boot-groovy-config/
implementation 'eu.hinsch:spring-boot-groovy-config:0.1.0'
// https://jarcasting.com/artifacts/eu.hinsch/spring-boot-groovy-config/
implementation ("eu.hinsch:spring-boot-groovy-config:0.1.0")
'eu.hinsch:spring-boot-groovy-config:jar:0.1.0'
<dependency org="eu.hinsch" name="spring-boot-groovy-config" rev="0.1.0">
<artifact name="spring-boot-groovy-config" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.hinsch', module='spring-boot-groovy-config', version='0.1.0')
)
libraryDependencies += "eu.hinsch" % "spring-boot-groovy-config" % "0.1.0"
[eu.hinsch/spring-boot-groovy-config "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 1.2.5.RELEASE |
org.springframework.boot : spring-boot-starter-actuator | jar | 1.2.5.RELEASE |
org.codehaus.groovy : groovy-all | jar | 2.4.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar | 1.2.5.RELEASE |