License |
License |
---|---|
GroupId | GroupIdio.github.dvgaba |
ArtifactId | ArtifactIdeasy-rules-tutorials |
Last Version | Last Version1.0.2 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionEasy Rules tutorials
Easy Rules is a simple, stupid rules engine for Java
|
Filename | Size |
---|---|
easy-rules-tutorials-1.0.2.pom | |
easy-rules-tutorials-1.0.2.war | 2 MB |
easy-rules-tutorials-1.0.2-sources.jar | 22 KB |
easy-rules-tutorials-1.0.2-javadoc.jar | 497 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dvgaba/easy-rules-tutorials/ -->
<dependency>
<groupId>io.github.dvgaba</groupId>
<artifactId>easy-rules-tutorials</artifactId>
<version>1.0.2</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.dvgaba/easy-rules-tutorials/
implementation 'io.github.dvgaba:easy-rules-tutorials:1.0.2'
// https://jarcasting.com/artifacts/io.github.dvgaba/easy-rules-tutorials/
implementation ("io.github.dvgaba:easy-rules-tutorials:1.0.2")
'io.github.dvgaba:easy-rules-tutorials:war:1.0.2'
<dependency org="io.github.dvgaba" name="easy-rules-tutorials" rev="1.0.2">
<artifact name="easy-rules-tutorials" type="war" />
</dependency>
@Grapes(
@Grab(group='io.github.dvgaba', module='easy-rules-tutorials', version='1.0.2')
)
libraryDependencies += "io.github.dvgaba" % "easy-rules-tutorials" % "1.0.2"
[io.github.dvgaba/easy-rules-tutorials "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
io.github.dvgaba : easy-rules-core | jar | 1.0.2 |
io.github.dvgaba : easy-rules-mvel | jar | 1.0.2 |
io.github.dvgaba : easy-rules-support | jar | 1.0.2 |
org.slf4j : slf4j-simple | jar | 1.7.36 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 4.0.1 |