Jar examples for c:commons-chain
An implementation of the GoF Chain of Responsibility pattern
You can download jar file commons-chain 1.2 in this page.
The Apache Software License, Version 2.0
You can use the following script to add commons-chain-1.2.jar to your project.
<dependency> <groupId>commons-chain</groupId> <artifactId>commons-chain</artifactId> <version>1.2</version> </dependency>
compile group: 'commons-chain', name: 'commons-chain', version: '1.2'
libraryDependencies += "commons-chain" % "commons-chain" % "1.2"
<dependency org="commons-chain" name="commons-chain" rev="1.2"/>
@Grapes(@Grab(group='commons-chain', module='commons-chain', version='1.2'))
'commons-chain:commons-chain:jar:1.2'
Click the following link to download the jar file.
commons-chain-1.2-javadoc.jar