GroupId | GroupIdio.github.dvgaba |
---|---|
ArtifactId | ArtifactIdeasy-rules-jexl |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
easy-rules-jexl-0.0.2.pom | |
easy-rules-jexl-0.0.2.jar | 7 KB |
easy-rules-jexl-0.0.2-sources.jar | 7 KB |
easy-rules-jexl-0.0.2-javadoc.jar | 405 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.dvgaba/easy-rules-jexl/ -->
<dependency>
<groupId>io.github.dvgaba</groupId>
<artifactId>easy-rules-jexl</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.dvgaba/easy-rules-jexl/
implementation 'io.github.dvgaba:easy-rules-jexl:0.0.2'
// https://jarcasting.com/artifacts/io.github.dvgaba/easy-rules-jexl/
implementation ("io.github.dvgaba:easy-rules-jexl:0.0.2")
'io.github.dvgaba:easy-rules-jexl:jar:0.0.2'
<dependency org="io.github.dvgaba" name="easy-rules-jexl" rev="0.0.2">
<artifact name="easy-rules-jexl" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.dvgaba', module='easy-rules-jexl', version='0.0.2')
)
libraryDependencies += "io.github.dvgaba" % "easy-rules-jexl" % "0.0.2"
[io.github.dvgaba/easy-rules-jexl "0.0.2"]