Download java-services-1.0.6.jar file - Jar j

Jar examples for j:java-services

Description

Base project for commons services, helpers, Utils, DAOs, repositories etc

You can download jar file java-services 1.0.6 in this page.

License

The MIT License (MIT)

Build File

You can use the following script to add java-services-1.0.6.jar to your project.

<dependency>
   <groupId>info.setmy.services</groupId>
   <artifactId>java-services</artifactId>
   <version>1.0.6</version>
</dependency>
compile group: 'info.setmy.services', name: 'java-services', version: '1.0.6'
libraryDependencies += "info.setmy.services" % "java-services" % "1.0.6"
<dependency org="info.setmy.services" name="java-services" rev="1.0.6"/>
@Grapes(@Grab(group='info.setmy.services', module='java-services', version='1.0.6'))
'info.setmy.services:java-services:jar:1.0.6'

Download

Click the following link to download the jar file.

java-services-1.0.6-javadoc.jar
java-services-1.0.6-sources.jar
java-services-1.0.6.jar
java-services-1.0.6.pom



Related Tutorials