Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.hongwen1993 |
ArtifactId | ArtifactIdfast-drools-spring-boot-starter |
Version | Version7.37.0.Final |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.hongwen1993/fast-drools-spring-boot-starter/ -->
<dependency>
<groupId>com.github.hongwen1993</groupId>
<artifactId>fast-drools-spring-boot-starter</artifactId>
<version>7.37.0.Final</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hongwen1993/fast-drools-spring-boot-starter/
implementation 'com.github.hongwen1993:fast-drools-spring-boot-starter:7.37.0.Final'
// https://jarcasting.com/artifacts/com.github.hongwen1993/fast-drools-spring-boot-starter/
implementation ("com.github.hongwen1993:fast-drools-spring-boot-starter:7.37.0.Final")
'com.github.hongwen1993:fast-drools-spring-boot-starter:jar:7.37.0.Final'
<dependency org="com.github.hongwen1993" name="fast-drools-spring-boot-starter" rev="7.37.0.Final">
<artifact name="fast-drools-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hongwen1993', module='fast-drools-spring-boot-starter', version='7.37.0.Final')
)
libraryDependencies += "com.github.hongwen1993" % "fast-drools-spring-boot-starter" % "7.37.0.Final"
[com.github.hongwen1993/fast-drools-spring-boot-starter "7.37.0.Final"]