License |
License |
---|---|
GroupId | GroupIdcom.github.paulosalonso |
ArtifactId | ArtifactIdspel-builder |
Version | Version1.1.2 |
Type | Typejar |
Description |
Descriptionspel-builder
A facilitator for creating Spring expressions (SpEL).
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
spel-builder-1.1.2.pom | |
spel-builder-1.1.2.jar | 24 KB |
spel-builder-1.1.2-sources.jar | 11 KB |
spel-builder-1.1.2-javadoc.jar | 477 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.paulosalonso/spel-builder/ -->
<dependency>
<groupId>com.github.paulosalonso</groupId>
<artifactId>spel-builder</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.paulosalonso/spel-builder/
implementation 'com.github.paulosalonso:spel-builder:1.1.2'
// https://jarcasting.com/artifacts/com.github.paulosalonso/spel-builder/
implementation ("com.github.paulosalonso:spel-builder:1.1.2")
'com.github.paulosalonso:spel-builder:jar:1.1.2'
<dependency org="com.github.paulosalonso" name="spel-builder" rev="1.1.2">
<artifact name="spel-builder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.paulosalonso', module='spel-builder', version='1.1.2')
)
libraryDependencies += "com.github.paulosalonso" % "spel-builder" % "1.1.2"
[com.github.paulosalonso/spel-builder "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13 |