Jar examples for c:composite
Composite is a Java package that provides a standard implementation of the Composite design pattern. The package is simple and unintrusive, and provides convenient implementations of common usage patterns.
You can download jar file composite 1.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add composite-1.1.jar to your project.
<dependency> <groupId>net.sf.composite</groupId> <artifactId>composite</artifactId> <version>1.1</version> </dependency>
compile group: 'net.sf.composite', name: 'composite', version: '1.1'
libraryDependencies += "net.sf.composite" % "composite" % "1.1"
<dependency org="net.sf.composite" name="composite" rev="1.1"/>
@Grapes(@Grab(group='net.sf.composite', module='composite', version='1.1'))
'net.sf.composite:composite:jar:1.1'
Click the following link to download the jar file.
composite-1.1.jar