Download repository-3.0.0.jar file - Jar r

Jar examples for r:repository

Description

Repository is an open source project created by Jhonys Camacho and Jhonathan Camacho to facilitate the file management in local and remote repositories.

You can download jar file repository 3.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

repository-3.0.0-javadoc.jar
repository-3.0.0-sources.jar
repository-3.0.0-tests.jar
repository-3.0.0.jar
repository-3.0.0.pom



Related Tutorials