Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.hongwen1993 |
ArtifactId | ArtifactIdfast-drools-spring-boot-starter |
Version | Version1.3.RELEASE |
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>1.3.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.hongwen1993/fast-drools-spring-boot-starter/
implementation 'com.github.hongwen1993:fast-drools-spring-boot-starter:1.3.RELEASE'
// https://jarcasting.com/artifacts/com.github.hongwen1993/fast-drools-spring-boot-starter/
implementation ("com.github.hongwen1993:fast-drools-spring-boot-starter:1.3.RELEASE")
'com.github.hongwen1993:fast-drools-spring-boot-starter:jar:1.3.RELEASE'
<dependency org="com.github.hongwen1993" name="fast-drools-spring-boot-starter" rev="1.3.RELEASE">
<artifact name="fast-drools-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.hongwen1993', module='fast-drools-spring-boot-starter', version='1.3.RELEASE')
)
libraryDependencies += "com.github.hongwen1993" % "fast-drools-spring-boot-starter" % "1.3.RELEASE"
[com.github.hongwen1993/fast-drools-spring-boot-starter "1.3.RELEASE"]