Download syringe-1.3.jar file - Jar s

Jar examples for s:syringe

Description

Dependency injection and configuration library for Java and Scala

You can download jar file syringe 1.3 in this page.

License

The BSD 3-Clause License

Build File

You can use the following script to add syringe-1.3.jar to your project.

<dependency>
   <groupId>com.avast</groupId>
   <artifactId>syringe</artifactId>
   <version>1.3</version>
</dependency>
compile group: 'com.avast', name: 'syringe', version: '1.3'
libraryDependencies += "com.avast" % "syringe" % "1.3"
<dependency org="com.avast" name="syringe" rev="1.3"/>
@Grapes(@Grab(group='com.avast', module='syringe', version='1.3'))
'com.avast:syringe:jar:1.3'

Download

Click the following link to download the jar file.

syringe-1.3-javadoc.jar
syringe-1.3-sources.jar
syringe-1.3.jar
syringe-1.3.pom



Related Tutorials