License |
License |
---|---|
Categories |
CategoriesSpring Boot Container Microservices |
GroupId | GroupIdorg.easyrules |
ArtifactId | ArtifactIdeasyrules-spring-boot-starter |
Last Version | Last Version2.5.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEasy Rules Spring Boot Starter module
Module providing Spring Boot autoconfiguration
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/org.easyrules/easyrules-spring-boot-starter/ -->
<dependency>
<groupId>org.easyrules</groupId>
<artifactId>easyrules-spring-boot-starter</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.easyrules/easyrules-spring-boot-starter/
implementation 'org.easyrules:easyrules-spring-boot-starter:2.5.0'
// https://jarcasting.com/artifacts/org.easyrules/easyrules-spring-boot-starter/
implementation ("org.easyrules:easyrules-spring-boot-starter:2.5.0")
'org.easyrules:easyrules-spring-boot-starter:jar:2.5.0'
<dependency org="org.easyrules" name="easyrules-spring-boot-starter" rev="2.5.0">
<artifact name="easyrules-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.easyrules', module='easyrules-spring-boot-starter', version='2.5.0')
)
libraryDependencies += "org.easyrules" % "easyrules-spring-boot-starter" % "2.5.0"
[org.easyrules/easyrules-spring-boot-starter "2.5.0"]
Group / Artifact | Type | Version |
---|---|---|
org.easyrules : easyrules-core | jar | 2.5.0 |
org.easyrules : easyrules-spring | jar | 2.5.0 |
org.springframework.boot : spring-boot-autoconfigure | jar |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-test | jar | |
junit : junit | jar | 4.12 |
commons-logging : commons-logging | jar |