Download service-3.0.0.jar file - Jar s

Jar examples for s:service

Description

A singleton service factory for dependency injection without spring.

You can download jar file service 3.0.0 in this page.

License

GNU Affero General Public License (AGPL) version 3.0

Build File

You can use the following script to add service-3.0.0.jar to your project.

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

Download

Click the following link to download the jar file.

service-3.0.0.pom



Related Tutorials