is not current version
Last Version 1.1.2

com.github.paulosalonso:spel-builder 1.0.0

A facilitator for creating Spring expressions (SpEL).

GroupId

GroupId

com.github.paulosalonso
ArtifactId

ArtifactId

spel-builder
Version

Version

1.0.0
Type

Type

jar

Download spel-builder 1.0.0


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