| License |
License |
|---|---|
| GroupId | GroupIdcom.github.gkutiel |
| ArtifactId | ArtifactIdbooly |
| Last Version | Last Version2-RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionbooly
A boolean expression evaluator for java
|
| Filename | Size |
|---|---|
| booly-2-RELEASE.pom | |
| booly-2-RELEASE.jar | 32 KB |
| booly-2-RELEASE-sources.jar | 7 KB |
| booly-2-RELEASE-javadoc.jar | 55 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.gkutiel/booly/ -->
<dependency>
<groupId>com.github.gkutiel</groupId>
<artifactId>booly</artifactId>
<version>2-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.gkutiel/booly/
implementation 'com.github.gkutiel:booly:2-RELEASE'
// https://jarcasting.com/artifacts/com.github.gkutiel/booly/
implementation ("com.github.gkutiel:booly:2-RELEASE")
'com.github.gkutiel:booly:jar:2-RELEASE'
<dependency org="com.github.gkutiel" name="booly" rev="2-RELEASE">
<artifact name="booly" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.gkutiel', module='booly', version='2-RELEASE')
)
libraryDependencies += "com.github.gkutiel" % "booly" % "2-RELEASE"
[com.github.gkutiel/booly "2-RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.10 |