Download specs-1.5.0.jar file - Jar s

Jar examples for s:specs

Description

Geronimo SPECs is a collection of Java Specifications that have been created completely by hand and are ASF licensed.

You can download jar file specs 1.5.0 in this page.

License

Apache License

Build File

You can use the following script to add specs-1.5.0.jar to your project.

<dependency>
   <groupId>org.apache.servicemix.specs</groupId>
   <artifactId>specs</artifactId>
   <version>1.5.0</version>
</dependency>
compile group: 'org.apache.servicemix.specs', name: 'specs', version: '1.5.0'
libraryDependencies += "org.apache.servicemix.specs" % "specs" % "1.5.0"
<dependency org="org.apache.servicemix.specs" name="specs" rev="1.5.0"/>
@Grapes(@Grab(group='org.apache.servicemix.specs', module='specs', version='1.5.0'))
'org.apache.servicemix.specs:specs:jar:1.5.0'

Download

Click the following link to download the jar file.

specs-1.5.0.pom



Related Tutorials