Skip to content

Commit

Permalink
Textual changes in README.md files.
Browse files Browse the repository at this point in the history
Package change of ClientExample.java
  • Loading branch information
barbelity committed Jan 7, 2018
1 parent bb0e089 commit d8aea80
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 8 deletions.
10 changes: 6 additions & 4 deletions artifactory-client-java-examples/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Artifactory Java Client Examples
##Overview
The Artifactory Java Client provides simple yet powerful Artifactory connection and management within your Java code.
The client allows managing Artifactory repositories, users, groups, permissions and system configuration. It also allows searches, upload and download artifacts to or from Artifactory and a lot more.
The client's documentation is available [here](https://github.com/JFrogDev/artifactory-client-java).
## Overview
The Artifactory Java Client provides a set of java APIs which you use to work with JFrog Artifactory from your java code.
It Allows managing Artifactory repositories, users, groups, permissions and system configuration. It also allows searches,
upload and download artifacts to or from Artifactory and a lot more.
The client's documentation is available [here](https://github.com/JFrogDev/artifactory-client-java).<br />
We created a few project examples, to help you get started using the client.
2 changes: 1 addition & 1 deletion artifactory-client-java-examples/gradle-example/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Gradle Artifactory Java Client Example

## Introduction
The Gradle example provides a project structure for using the Artifactory Java Client in a gradle project.
This example provides a project structure for using the Artifactory Java Client in a gradle project.
In this project you will find how to set up Artifactory, create new repositories, and perform basic
operations - upload, download and search artifacts using the Java Client.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jfrog.artifactory-java-client-examples.gradle-example;
package org.jfrog.example;

import org.apache.commons.io.FileUtils;
import org.apache.commons.lang.StringUtils;
Expand Down
2 changes: 1 addition & 1 deletion artifactory-client-java-examples/maven-example/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Maven Artifactory Java Client Example

## Introduction
The Maven example provides a project structure for using the Artifactory Java Client in a maven project.
This example provides a project structure for using the Artifactory Java Client in a maven project.
In this project you will find how to set up Artifactory, create new repositories, and perform basic
operations - upload, download and search artifacts using the Java Client.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package org.jfrog.artifactory-java-client-examples.maven-example;
package org.jfrog.example;

import org.apache.commons.io.FileUtils;
import org.apache.commons.lang.StringUtils;
Expand Down

0 comments on commit d8aea80

Please sign in to comment.