is not current version
Last Version 1.1.2

com.github.paulosalonso:spel-builder 0.0.1-PREVIEW

A facilitator for creating Spring expressions (SpEL).

GroupId

GroupId

com.github.paulosalonso
ArtifactId

ArtifactId

spel-builder
Version

Version

0.0.1-PREVIEW
Type

Type

jar

Download spel-builder 0.0.1-PREVIEW


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