composite-specification

The Composite Specification Pattern is a particular implementation of the "Specification" design pattern, whereby business logic can be recombined by stringing business logic together with Boolean logic.

License

License

GroupId

GroupId

com.araguacaima
ArtifactId

ArtifactId

composite-specification
Last Version

Last Version

1.3.6
Release Date

Release Date

Type

Type

jar
Description

Description

composite-specification
The Composite Specification Pattern is a particular implementation of the "Specification" design pattern, whereby business logic can be recombined by stringing business logic together with Boolean logic.
Project URL

Project URL

http://maven.apache.org

Download composite-specification

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
commons-beanutils : commons-beanutils jar 1.9.4
org.apache.commons : commons-collections4 jar 4.4
org.apache.commons : commons-lang3 jar 3.6
joda-time : joda-time jar 2.9.9
ch.qos.logback : logback-classic jar 1.2.3

test (1)

Group / Artifact Type Version
junit : junit jar [4.13.1,)

Project Modules

There are no modules declared in this project.

Versions

Version
1.3.6
1.3.5
1.3.0
1.2