is not current version
Last Version 1.1.2

com.github.paulosalonso:spel-builder 1.1.1

A facilitator for creating Spring expressions (SpEL).

GroupId

GroupId

com.github.paulosalonso
ArtifactId

ArtifactId

spel-builder
Version

Version

1.1.1
Type

Type

jar

Download spel-builder 1.1.1


<!-- https://jarcasting.com/artifacts/com.github.paulosalonso/spel-builder/ -->
<dependency>
    <groupId>com.github.paulosalonso</groupId>
    <artifactId>spel-builder</artifactId>
    <version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulosalonso/spel-builder/
implementation 'com.github.paulosalonso:spel-builder:1.1.1'
// https://jarcasting.com/artifacts/com.github.paulosalonso/spel-builder/
implementation ("com.github.paulosalonso:spel-builder:1.1.1")
'com.github.paulosalonso:spel-builder:jar:1.1.1'
<dependency org="com.github.paulosalonso" name="spel-builder" rev="1.1.1">
  <artifact name="spel-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulosalonso', module='spel-builder', version='1.1.1')
)
libraryDependencies += "com.github.paulosalonso" % "spel-builder" % "1.1.1"
[com.github.paulosalonso/spel-builder "1.1.1"]