Download syringe-1.3.4.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.4 in this page.

License

The BSD 3-Clause License

Build File

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

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

Download

Click the following link to download the jar file.

syringe-1.3.4-javadoc.jar
syringe-1.3.4-sources.jar
syringe-1.3.4.jar
syringe-1.3.4.pom



Related Tutorials